ResourceShareInvitation class
Describes an invitation to join a resource share.
Constructors
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- invitationTimestamp → DateTime?
-
The date and time when the invitation was sent.
final
- receiverAccountId → String?
-
The ID of the AWS account that received the invitation.
final
-
The Amazon Resource Name (ARN) of the resource share.
final
-
To view the resources associated with a pending resource share invitation,
use
ListPendingInvitationResources.
final
-
The Amazon Resource Name (ARN) of the invitation.
final
-
The name of the resource share.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderAccountId → String?
-
The ID of the AWS account that sent the invitation.
final
- status → ResourceShareInvitationStatus?
-
The status of the invitation.
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