Class: Aws::Types::UpdateDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeploymentResponse
- 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.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def auto_deployed @auto_deployed end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def created_date @created_date end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def deployment_id @deployment_id end |
#deployment_status ⇒ "PENDING", ...
Returns the value of attribute deployment_status.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def @deployment_status_message end |
#description ⇒ ::String
Returns the value of attribute description.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def description @description end |