Class: Aws::Types::StartProjectVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartProjectVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_inference_units ⇒ ::Integer
Returns the value of attribute max_inference_units.
-
#min_inference_units ⇒ ::Integer
Returns the value of attribute min_inference_units.
-
#project_version_arn ⇒ ::String
Returns the value of attribute project_version_arn.
Instance Attribute Details
#max_inference_units ⇒ ::Integer
Returns the value of attribute max_inference_units.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def max_inference_units @max_inference_units end |
#min_inference_units ⇒ ::Integer
Returns the value of attribute min_inference_units.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def min_inference_units @min_inference_units end |
#project_version_arn ⇒ ::String
Returns the value of attribute project_version_arn.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def project_version_arn @project_version_arn end |