AwsIamAccessKeySessionContext constructor

AwsIamAccessKeySessionContext({
  1. AwsIamAccessKeySessionContextAttributes? attributes,
  2. AwsIamAccessKeySessionContextSessionIssuer? sessionIssuer,
})

Implementation

AwsIamAccessKeySessionContext({
  this.attributes,
  this.sessionIssuer,
});