Class: Aws::Types::DeploymentSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentSummary
- 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.
375 376 377 |
# File 'sig/types.rbs', line 375 def application_id @application_id end |
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
376 377 378 |
# File 'sig/types.rbs', line 376 def application_version @application_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
377 378 379 |
# File 'sig/types.rbs', line 377 def creation_time @creation_time end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def deployment_id @deployment_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
379 380 381 |
# File 'sig/types.rbs', line 379 def environment_id @environment_id end |
#status ⇒ "Deploying", ...
Returns the value of attribute status.
380 381 382 |
# File 'sig/types.rbs', line 380 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
381 382 383 |
# File 'sig/types.rbs', line 381 def status_reason @status_reason end |