Class: Aws::SecurityHub::Types::InviteMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InviteMembersRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
26319 26320 26321 26322 26323 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26319 class InviteMembersRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |