You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RAM::Types::ResourceShareInvitation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#invitation_timestampTime

The date and time when the invitation was sent.

Returns:

  • (Time)

    The date and time when the invitation was sent.

#receiver_account_idString

The ID of the AWS account that received the invitation.

Returns:

  • (String)

    The ID of the AWS account that received the invitation.

#resource_share_arnString

The Amazon Resource Name (ARN) of the resource share.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource share.

#resource_share_associationsArray<Types::ResourceShareAssociation>

To view the resources associated with a pending resource share invitation, use ListPendingInvitationResources.

Returns:

  • (Array<Types::ResourceShareAssociation>)

    To view the resources associated with a pending resource share invitation, use [ ListPendingInvitationResources][1].

#resource_share_invitation_arnString

The Amazon Resource Name (ARN) of the invitation.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the invitation.

#resource_share_nameString

The name of the resource share.

Returns:

  • (String)

    The name of the resource share.

#sender_account_idString

The ID of the AWS account that sent the invitation.

Returns:

  • (String)

    The ID of the AWS account that sent the invitation.

#statusString

The status of the invitation.

Possible values:

  • PENDING
  • ACCEPTED
  • REJECTED
  • EXPIRED

Returns:

  • (String)

    The status of the invitation.