Class: Aws::Inspector2::Types::BatchGetMemberEc2DeepInspectionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetMemberEc2DeepInspectionStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The unique identifiers for the Amazon Web Services accounts to retrieve Amazon Inspector deep inspection activation status for.
Instance Attribute Details
#account_ids ⇒ Array<String>
The unique identifiers for the Amazon Web Services accounts to retrieve Amazon Inspector deep inspection activation status for. </p>
887 888 889 890 891 |
# File 'lib/aws-sdk-inspector2/types.rb', line 887 class BatchGetMemberEc2DeepInspectionStatusRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |