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.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def consumable_resources @consumable_resources end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def next_token @next_token end |