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

Class: Aws::SecurityHub::Types::Invitation

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

Overview

Details about an invitation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the Security Hub master account that the invitation was sent from.

Returns:

  • (String)

    The account ID of the Security Hub master account that the invitation was sent from.

#invitation_idString

The ID of the invitation sent to the member account.

Returns:

  • (String)

    The ID of the invitation sent to the member account.

#invited_atTime

The timestamp of when the invitation was sent.

Returns:

  • (Time)

    The timestamp of when the invitation was sent.

#member_statusString

The current status of the association between the member and master accounts.

Returns:

  • (String)

    The current status of the association between the member and master accounts.