ResourceShareAssociation class

Describes an association with a resource share.

Constructors

ResourceShareAssociation({String? associatedEntity, ResourceShareAssociationType? associationType, DateTime? creationTime, bool? external, DateTime? lastUpdatedTime, String? resourceShareArn, String? resourceShareName, ResourceShareAssociationStatus? status, String? statusMessage})
ResourceShareAssociation.fromJson(Map<String, dynamic> json)
factory

Properties

associatedEntity String?
The associated entity. For resource associations, this is the ARN of the resource. For principal associations, this is the ID of an AWS account or the ARN of an OU or organization from AWS Organizations.
final
associationType ResourceShareAssociationType?
The association type.
final
creationTime DateTime?
The time when the association was created.
final
external bool?
Indicates whether the principal belongs to the same AWS organization as the AWS account that owns the resource share.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The time when the association was last updated.
final
resourceShareArn String?
The Amazon Resource Name (ARN) of the resource share.
final
resourceShareName String?
The name of the resource share.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ResourceShareAssociationStatus?
The status of the association.
final
statusMessage String?
A message about the status of the association.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited