GetCallerIdentityResponse constructor

GetCallerIdentityResponse({
  1. String? account,
  2. String? arn,
  3. String? userId,
})

Implementation

GetCallerIdentityResponse({
  this.account,
  this.arn,
  this.userId,
});