Class: Aws::Types::ServiceResourcesDisassociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceResourcesDisassociatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
Instance Attribute Details
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def resource_count @resource_count end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def resource_types @resource_types end |