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.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def consumable_resources @consumable_resources end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def next_token @next_token end |