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
- Struct
- Aws::SecurityHub::Types::AcceptInvitationRequest
- 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
-
#invitation_id ⇒ String
The ID of the invitation sent from the Security Hub master account.
-
#master_id ⇒ String
The account ID of the Security Hub master account that sent the invitation.
Instance Attribute Details
#invitation_id ⇒ String
The ID of the invitation sent from the Security Hub master account.
#master_id ⇒ String
The account ID of the Security Hub master account that sent the invitation.