Class: Aws::Types::CreateProvisionedModelThroughputRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProvisionedModelThroughputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#commitment_duration ⇒ "OneMonth", "SixMonths"
Returns the value of attribute commitment_duration.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_units ⇒ ::Integer
Returns the value of attribute model_units.
-
#provisioned_model_name ⇒ ::String
Returns the value of attribute provisioned_model_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def client_request_token @client_request_token end |
#commitment_duration ⇒ "OneMonth", "SixMonths"
Returns the value of attribute commitment_duration.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def commitment_duration @commitment_duration end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def model_id @model_id end |
#model_units ⇒ ::Integer
Returns the value of attribute model_units.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def model_units @model_units end |
#provisioned_model_name ⇒ ::String
Returns the value of attribute provisioned_model_name.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def provisioned_model_name @provisioned_model_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def @tags end |