Class: Aws::SecurityHub::Types::InviteMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InviteMembersRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.
26104 26105 26106 26107 26108 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26104 class InviteMembersRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |