Class: Aws::Types::DeploymentResult
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_end_time ⇒ ::Time
Returns the value of attribute deployment_end_time.
-
#deployment_models ⇒ ::Array[Types::DeploymentModel]
Returns the value of attribute deployment_models.
-
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
-
#deployment_start_time ⇒ ::Time
Returns the value of attribute deployment_start_time.
-
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
-
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
Instance Attribute Details
#deployment_end_time ⇒ ::Time
Returns the value of attribute deployment_end_time.
42 43 44 |
# File 'sig/types.rbs', line 42 def deployment_end_time @deployment_end_time end |
#deployment_models ⇒ ::Array[Types::DeploymentModel]
Returns the value of attribute deployment_models.
43 44 45 |
# File 'sig/types.rbs', line 43 def deployment_models @deployment_models end |
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
38 39 40 |
# File 'sig/types.rbs', line 38 def deployment_name @deployment_name end |
#deployment_start_time ⇒ ::Time
Returns the value of attribute deployment_start_time.
41 42 43 |
# File 'sig/types.rbs', line 41 def deployment_start_time @deployment_start_time end |
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
39 40 41 |
# File 'sig/types.rbs', line 39 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
40 41 42 |
# File 'sig/types.rbs', line 40 def @deployment_status_message end |