AwsIamAccessKeySessionContextAttributes constructor

AwsIamAccessKeySessionContextAttributes({
  1. String? creationDate,
  2. bool? mfaAuthenticated,
})

Implementation

AwsIamAccessKeySessionContextAttributes({
  this.creationDate,
  this.mfaAuthenticated,
});