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

Class: Aws::GuardDuty::Types::Invitation

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

Overview

Contains information about the invitation to become a member account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the account that the invitation was sent from.

Returns:

  • (String)

    The ID of the account that the invitation was sent from.

#invitation_idString

The ID of the invitation. This value is used to validate the inviter account to the member account.

Returns:

  • (String)

    The ID of the invitation.

#invited_atString

The timestamp when the invitation was sent.

Returns:

  • (String)

    The timestamp when the invitation was sent.

#relationship_statusString

The status of the relationship between the inviter and invitee accounts.

Returns:

  • (String)

    The status of the relationship between the inviter and invitee accounts.