Class: Aws::Types::DeployedVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeployedVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
-
#status ⇒ "Deploying", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
368 369 370 |
# File 'sig/types.rbs', line 368 def application_version @application_version end |
#status ⇒ "Deploying", ...
Returns the value of attribute status.
369 370 371 |
# File 'sig/types.rbs', line 369 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
370 371 372 |
# File 'sig/types.rbs', line 370 def status_reason @status_reason end |