Class: Aws::Types::UpdateCisTargets
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCisTargets
- 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.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def account_ids @account_ids end |
#target_resource_tags ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute target_resource_tags.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def @target_resource_tags end |