Class: Aws::Types::GetDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_deployed ⇒ Boolean
Returns the value of attribute auto_deployed.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_status ⇒ "PENDING", ...
Returns the value of attribute deployment_status.
-
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#auto_deployed ⇒ Boolean
Returns the value of attribute auto_deployed.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def auto_deployed @auto_deployed end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def created_date @created_date end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def deployment_id @deployment_id end |
#deployment_status ⇒ "PENDING", ...
Returns the value of attribute deployment_status.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def end |
#description ⇒ ::String
Returns the value of attribute description.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def description @description end |