ResourceShareInvitation class

Describes an invitation to join a resource share.

Constructors

ResourceShareInvitation({DateTime? invitationTimestamp, String? receiverAccountId, String? resourceShareArn, List<ResourceShareAssociation>? resourceShareAssociations, String? resourceShareInvitationArn, String? resourceShareName, String? senderAccountId, ResourceShareInvitationStatus? status})
ResourceShareInvitation.fromJson(Map<String, dynamic> json)
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
resourceShareArn String?
The Amazon Resource Name (ARN) of the resource share.
final
resourceShareAssociations List<ResourceShareAssociation>?
To view the resources associated with a pending resource share invitation, use ListPendingInvitationResources.
final
resourceShareInvitationArn String?
The Amazon Resource Name (ARN) of the invitation.
final
resourceShareName String?
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