Class: Aws::Types::GetDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#status ⇒ "Deploying", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def application_id @application_id end |
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
580 581 582 |
# File 'sig/types.rbs', line 580 def application_version @application_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
581 582 583 |
# File 'sig/types.rbs', line 581 def creation_time @creation_time end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def deployment_id @deployment_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def environment_id @environment_id end |
#status ⇒ "Deploying", ...
Returns the value of attribute status.
584 585 586 |
# File 'sig/types.rbs', line 584 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
585 586 587 |
# File 'sig/types.rbs', line 585 def status_reason @status_reason end |