Class: Aws::Inspector2::Types::CisTargets
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisTargets
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The 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.
1603 1604 1605 1606 1607 1608 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1603 class CisTargets < Struct.new( :account_ids, :target_resource_tags) SENSITIVE = [] include Aws::Structure end |
#target_resource_tags ⇒ Hash<String,Array<String>>
The CIS target resource tags.
1603 1604 1605 1606 1607 1608 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1603 class CisTargets < Struct.new( :account_ids, :target_resource_tags) SENSITIVE = [] include Aws::Structure end |