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