Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_arn::String

Returns the value of attribute app_block_arn.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def app_block_arn
  @app_block_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def display_name
  @display_name
end

#icon_s3_locationTypes::S3Location

Returns the value of attribute icon_s3_location.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def icon_s3_location
  @icon_s3_location
end

#instance_families::Array[::String]

Returns the value of attribute instance_families.

Returns:

  • (::Array[::String])


327
328
329
# File 'sig/types.rbs', line 327

def instance_families
  @instance_families
end

#launch_parameters::String

Returns the value of attribute launch_parameters.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def launch_parameters
  @launch_parameters
end

#launch_path::String

Returns the value of attribute launch_path.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def launch_path
  @launch_path
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def name
  @name
end

#platforms::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")]

Returns the value of attribute platforms.

Returns:

  • (::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")])


326
327
328
# File 'sig/types.rbs', line 326

def platforms
  @platforms
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


329
330
331
# File 'sig/types.rbs', line 329

def tags
  @tags
end

#working_directory::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def working_directory
  @working_directory
end