Class: Aws::Types::ControlScope
- Inherits:
-
Object
- Object
- Aws::Types::ControlScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_resource_ids ⇒ ::Array[::String]
Returns the value of attribute compliance_resource_ids.
-
#compliance_resource_types ⇒ ::Array[::String]
Returns the value of attribute compliance_resource_types.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#compliance_resource_ids ⇒ ::Array[::String]
Returns the value of attribute compliance_resource_ids.
246 247 248 |
# File 'sig/types.rbs', line 246 def compliance_resource_ids @compliance_resource_ids end |
#compliance_resource_types ⇒ ::Array[::String]
Returns the value of attribute compliance_resource_types.
247 248 249 |
# File 'sig/types.rbs', line 247 def compliance_resource_types @compliance_resource_types end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
248 249 250 |
# File 'sig/types.rbs', line 248 def @tags end |