Class: Aws::Types::ListProvisionedModelThroughputsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProvisionedModelThroughputsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provisioned_model_summaries ⇒ ::Array[Types::ProvisionedModelSummary]
Returns the value of attribute provisioned_model_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def next_token @next_token end |
#provisioned_model_summaries ⇒ ::Array[Types::ProvisionedModelSummary]
Returns the value of attribute provisioned_model_summaries.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def provisioned_model_summaries @provisioned_model_summaries end |