Class: Aws::Types::PutDraftAppVersionTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDraftAppVersionTemplateRequest
- 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.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def app_arn @app_arn end |
#app_template_body ⇒ ::String
Returns the value of attribute app_template_body.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def app_template_body @app_template_body end |