Class: Aws::Types::ListConsumableResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConsumableResourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resources ⇒ ::Array[Types::ConsumableResourceSummary]
Returns the value of attribute consumable_resources.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#consumable_resources ⇒ ::Array[Types::ConsumableResourceSummary]
Returns the value of attribute consumable_resources.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def consumable_resources @consumable_resources end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def next_token @next_token end |