Class: Aws::Inspector2::Types::CreateCisTargets
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateCisTargets
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Creates CIS targets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The CIS target account ids.
-
#target_resource_tags ⇒ Hash<String,Array<String>>
The CIS target resource tags.
Instance Attribute Details
#account_ids ⇒ Array<String>
The CIS target account ids.
2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2164 class CreateCisTargets < Struct.new( :account_ids, :target_resource_tags) SENSITIVE = [] include Aws::Structure end |
#target_resource_tags ⇒ Hash<String,Array<String>>
The CIS target resource tags.
2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2164 class CreateCisTargets < Struct.new( :account_ids, :target_resource_tags) SENSITIVE = [] include Aws::Structure end |