Class: Aws::Types::CreateApplicationVersionMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def application_name
  @application_name
end

#auto_create_applicationBoolean

Returns the value of attribute auto_create_application.

Returns:

  • (Boolean)


240
241
242
# File 'sig/types.rbs', line 240

def auto_create_application
  @auto_create_application
end

#build_configurationTypes::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.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def description
  @description
end

#image_configurationTypes::ImageConfiguration

Returns the value of attribute image_configuration.



243
244
245
# File 'sig/types.rbs', line 243

def image_configuration
  @image_configuration
end

#processBoolean

Returns the value of attribute process.

Returns:

  • (Boolean)


241
242
243
# File 'sig/types.rbs', line 241

def process
  @process
end

#source_build_informationTypes::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_bundleTypes::S3Location

Returns the value of attribute source_bundle.

Returns:



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.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def tags
  @tags
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def version_label
  @version_label
end