GetAssociatedRoleResponse constructor

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

Implementation

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