Class: Aws::Types::CreateApplicationVersionMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationVersionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#auto_create_application ⇒ Boolean
Returns the value of attribute auto_create_application.
-
#build_configuration ⇒ Types::BuildConfiguration
Returns the value of attribute build_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#image_configuration ⇒ Types::ImageConfiguration
Returns the value of attribute image_configuration.
-
#process ⇒ Boolean
Returns the value of attribute process.
-
#source_build_information ⇒ Types::SourceBuildInformation
Returns the value of attribute source_build_information.
-
#source_bundle ⇒ Types::S3Location
Returns the value of attribute source_bundle.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
234 235 236 |
# File 'sig/types.rbs', line 234 def application_name @application_name end |
#auto_create_application ⇒ Boolean
Returns the value of attribute auto_create_application.
240 241 242 |
# File 'sig/types.rbs', line 240 def auto_create_application @auto_create_application end |
#build_configuration ⇒ Types::BuildConfiguration
Returns the value of attribute build_configuration.
239 240 241 |
# File 'sig/types.rbs', line 239 def build_configuration @build_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
236 237 238 |
# File 'sig/types.rbs', line 236 def description @description end |
#image_configuration ⇒ Types::ImageConfiguration
Returns the value of attribute image_configuration.
243 244 245 |
# File 'sig/types.rbs', line 243 def image_configuration @image_configuration end |
#process ⇒ Boolean
Returns the value of attribute process.
241 242 243 |
# File 'sig/types.rbs', line 241 def process @process end |
#source_build_information ⇒ Types::SourceBuildInformation
Returns the value of attribute source_build_information.
237 238 239 |
# File 'sig/types.rbs', line 237 def source_build_information @source_build_information end |
#source_bundle ⇒ Types::S3Location
Returns the value of attribute source_bundle.
238 239 240 |
# File 'sig/types.rbs', line 238 def source_bundle @source_bundle end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
242 243 244 |
# File 'sig/types.rbs', line 242 def end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
235 236 237 |
# File 'sig/types.rbs', line 235 def version_label @version_label end |