Class: Aws::Types::ApplicationVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#status ⇒ "Creating", ...
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.
42 43 44 |
# File 'sig/types.rbs', line 42 def application_version @application_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
43 44 45 |
# File 'sig/types.rbs', line 43 def creation_time @creation_time end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
44 45 46 |
# File 'sig/types.rbs', line 44 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
45 46 47 |
# File 'sig/types.rbs', line 45 def status_reason @status_reason end |