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

Class: Aws::SecurityHub::Types::AcceptInvitationRequest

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

Overview

Note:

When passing AcceptInvitationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  master_id: "NonEmptyString", # required
  invitation_id: "NonEmptyString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#invitation_idString

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

Returns:

  • (String)

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

#master_idString

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

Returns:

  • (String)

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