Class: Aws::Types::CreateDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentResponse
- 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.
275 276 277 |
# File 'sig/types.rbs', line 275 def auto_deployed @auto_deployed end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
276 277 278 |
# File 'sig/types.rbs', line 276 def created_date @created_date end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def deployment_id @deployment_id end |
#deployment_status ⇒ "PENDING", ...
Returns the value of attribute deployment_status.
278 279 280 |
# File 'sig/types.rbs', line 278 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
279 280 281 |
# File 'sig/types.rbs', line 279 def end |
#description ⇒ ::String
Returns the value of attribute description.
280 281 282 |
# File 'sig/types.rbs', line 280 def description @description end |