Class: Aws::Types::CisTargets
- Inherits:
-
Object
- Object
- Aws::Types::CisTargets
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#target_resource_tags ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute target_resource_tags.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
598 599 600 |
# File 'sig/types.rbs', line 598 def account_ids @account_ids end |
#target_resource_tags ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute target_resource_tags.
599 600 601 |
# File 'sig/types.rbs', line 599 def @target_resource_tags end |