Class: Aws::Inspector2::Types::BatchGetAccountStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetAccountStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.
Instance Attribute Details
#account_ids ⇒ Array<String>
The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.
761 762 763 764 765 |
# File 'lib/aws-sdk-inspector2/types.rb', line 761 class BatchGetAccountStatusRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |