Class: Aws::Types::GetApplicationVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationVersionResponse
- 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.
-
#definition_content ⇒ ::String
Returns the value of attribute definition_content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
492 493 494 |
# File 'sig/types.rbs', line 492 def application_version @application_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
493 494 495 |
# File 'sig/types.rbs', line 493 def creation_time @creation_time end |
#definition_content ⇒ ::String
Returns the value of attribute definition_content.
494 495 496 |
# File 'sig/types.rbs', line 494 def definition_content @definition_content end |
#description ⇒ ::String
Returns the value of attribute description.
495 496 497 |
# File 'sig/types.rbs', line 495 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
496 497 498 |
# File 'sig/types.rbs', line 496 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
497 498 499 |
# File 'sig/types.rbs', line 497 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
498 499 500 |
# File 'sig/types.rbs', line 498 def status_reason @status_reason end |