ResourceShareAssociation class
Describes an association with a resource share.
Constructors
-
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
-
The Amazon Resource Name (ARN) of the resource share.
final
-
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