Class: Aws::Types::UpdateProvisionedModelThroughputRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProvisionedModelThroughputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_model_id ⇒ ::String
Returns the value of attribute desired_model_id.
-
#desired_provisioned_model_name ⇒ ::String
Returns the value of attribute desired_provisioned_model_name.
-
#provisioned_model_id ⇒ ::String
Returns the value of attribute provisioned_model_id.
Instance Attribute Details
#desired_model_id ⇒ ::String
Returns the value of attribute desired_model_id.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def desired_model_id @desired_model_id end |
#desired_provisioned_model_name ⇒ ::String
Returns the value of attribute desired_provisioned_model_name.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def desired_provisioned_model_name @desired_provisioned_model_name end |
#provisioned_model_id ⇒ ::String
Returns the value of attribute provisioned_model_id.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def provisioned_model_id @provisioned_model_id end |