Class: Aws::Types::ListComputationModelDataBindingUsagesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListComputationModelDataBindingUsagesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_binding_usage_summaries ⇒ ::Array[Types::ComputationModelDataBindingUsageSummary]
Returns the value of attribute data_binding_usage_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_binding_usage_summaries ⇒ ::Array[Types::ComputationModelDataBindingUsageSummary]
Returns the value of attribute data_binding_usage_summaries.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def data_binding_usage_summaries @data_binding_usage_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def next_token @next_token end |