Class: Aws::SecurityHub::Types::GetMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetMembersRequest
- 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 for the Security Hub member accounts to return the details for.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of account IDs for the Security Hub member accounts to return the details for.
25768 25769 25770 25771 25772 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25768 class GetMembersRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |