Class: Aws::Types::CreateApplicationVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
-
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
153 154 155 |
# File 'sig/types.rbs', line 153 def source_code_archive_url @source_code_archive_url end |
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
154 155 156 |
# File 'sig/types.rbs', line 154 def source_code_url @source_code_url end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
155 156 157 |
# File 'sig/types.rbs', line 155 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
156 157 158 |
# File 'sig/types.rbs', line 156 def template_url @template_url end |