Class: Aws::Types::ServiceResourcesAssociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceResourcesAssociatedMetadata
- 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.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def resource_count @resource_count end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def resource_types @resource_types end |