Class: Aws::Types::DeploymentModel
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_state ⇒ "DEPLOY", "UNDEPLOY"
Returns the value of attribute desired_state.
-
#model_handle ⇒ ::String
Returns the value of attribute model_handle.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#rollback_failure_reason ⇒ ::String
Returns the value of attribute rollback_failure_reason.
-
#state ⇒ "DEPLOY", "UNDEPLOY"
Returns the value of attribute state.
-
#status ⇒ "SUCCESS", "FAIL"
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#desired_state ⇒ "DEPLOY", "UNDEPLOY"
Returns the value of attribute desired_state.
29 30 31 |
# File 'sig/types.rbs', line 29 def desired_state @desired_state end |
#model_handle ⇒ ::String
Returns the value of attribute model_handle.
26 27 28 |
# File 'sig/types.rbs', line 26 def model_handle @model_handle end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
28 29 30 |
# File 'sig/types.rbs', line 28 def model_version @model_version end |
#rollback_failure_reason ⇒ ::String
Returns the value of attribute rollback_failure_reason.
33 34 35 |
# File 'sig/types.rbs', line 33 def rollback_failure_reason @rollback_failure_reason end |
#state ⇒ "DEPLOY", "UNDEPLOY"
Returns the value of attribute state.
30 31 32 |
# File 'sig/types.rbs', line 30 def state @state end |
#status ⇒ "SUCCESS", "FAIL"
Returns the value of attribute status.
31 32 33 |
# File 'sig/types.rbs', line 31 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
32 33 34 |
# File 'sig/types.rbs', line 32 def status_reason @status_reason end |