GetServiceRoleForAccountResponse constructor

GetServiceRoleForAccountResponse({
  1. String? associatedAt,
  2. String? roleArn,
})

Implementation

GetServiceRoleForAccountResponse({
  this.associatedAt,
  this.roleArn,
});