Class: Aws::Types::DescribeAppVersionTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_template_body ⇒ ::String
Returns the value of attribute app_template_body.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
552 553 554 |
# File 'sig/types.rbs', line 552 def app_arn @app_arn end |
#app_template_body ⇒ ::String
Returns the value of attribute app_template_body.
553 554 555 |
# File 'sig/types.rbs', line 553 def app_template_body @app_template_body end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
554 555 556 |
# File 'sig/types.rbs', line 554 def app_version @app_version end |