AssumeRoleWithWebIdentityResponse constructor

AssumeRoleWithWebIdentityResponse({
  1. AssumedRoleUser? assumedRoleUser,
  2. String? audience,
  3. Credentials? credentials,
  4. int? packedPolicySize,
  5. String? provider,
  6. String? subjectFromWebIdentityToken,
})

Implementation

AssumeRoleWithWebIdentityResponse({
  this.assumedRoleUser,
  this.audience,
  this.credentials,
  this.packedPolicySize,
  this.provider,
  this.subjectFromWebIdentityToken,
});