Class: Aws::Types::GetDeploymentStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
-
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
-
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
718 719 720 |
# File 'sig/types.rbs', line 718 def deployment_status @deployment_status end |
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
719 720 721 |
# File 'sig/types.rbs', line 719 def deployment_type @deployment_type end |
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
720 721 722 |
# File 'sig/types.rbs', line 720 def error_details @error_details end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
721 722 723 |
# File 'sig/types.rbs', line 721 def @error_message end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
722 723 724 |
# File 'sig/types.rbs', line 722 def updated_at @updated_at end |