Class: Aws::Types::CreateApplicationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#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
#application_id ⇒ ::String
Returns the value of attribute application_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def application_id @application_id end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
162 163 164 |
# File 'sig/types.rbs', line 162 def semantic_version @semantic_version end |
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
163 164 165 |
# File 'sig/types.rbs', line 163 def source_code_archive_url @source_code_archive_url end |
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
164 165 166 |
# File 'sig/types.rbs', line 164 def source_code_url @source_code_url end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
165 166 167 |
# File 'sig/types.rbs', line 165 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
166 167 168 |
# File 'sig/types.rbs', line 166 def template_url @template_url end |