Class: Aws::SecurityHub::Types::AcceptInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AcceptInvitationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invitation_id ⇒ String
The identifier of the invitation sent from the Security Hub administrator account.
-
#master_id ⇒ String
The account ID of the Security Hub administrator account that sent the invitation.
Instance Attribute Details
#invitation_id ⇒ String
The identifier of the invitation sent from the Security Hub administrator account.
48 49 50 51 52 53 |
# File 'lib/aws-sdk-securityhub/types.rb', line 48 class AcceptInvitationRequest < Struct.new( :master_id, :invitation_id) SENSITIVE = [] include Aws::Structure end |
#master_id ⇒ String
The account ID of the Security Hub administrator account that sent the invitation.
48 49 50 51 52 53 |
# File 'lib/aws-sdk-securityhub/types.rb', line 48 class AcceptInvitationRequest < Struct.new( :master_id, :invitation_id) SENSITIVE = [] include Aws::Structure end |