Class: Aws::SecurityHub::Types::GetMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetMembersRequest
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass GetMembersRequest data as a hash:
{
account_ids: ["NonEmptyString"], # required
}
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.
32846 32847 32848 32849 32850 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 32846 class GetMembersRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |