AssumeRoleWithWebIdentityResponse constructor
AssumeRoleWithWebIdentityResponse({
- AssumedRoleUser? assumedRoleUser,
- String? audience,
- Credentials? credentials,
- int? packedPolicySize,
- String? provider,
- String? subjectFromWebIdentityToken,
Implementation
AssumeRoleWithWebIdentityResponse({
this.assumedRoleUser,
this.audience,
this.credentials,
this.packedPolicySize,
this.provider,
this.subjectFromWebIdentityToken,
});