AwsIamAccessKeySessionContextSessionIssuer constructor

AwsIamAccessKeySessionContextSessionIssuer({
  1. String? accountId,
  2. String? arn,
  3. String? principalId,
  4. String? type,
  5. String? userName,
})

Implementation

AwsIamAccessKeySessionContextSessionIssuer({
  this.accountId,
  this.arn,
  this.principalId,
  this.type,
  this.userName,
});