Class: Aws::Types::UpdateApplicationRequest

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)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def app_block_arn
  @app_block_arn
end

#attributes_to_delete::Array[("LAUNCH_PARAMETERS" | "WORKING_DIRECTORY")]

Returns the value of attribute attributes_to_delete.

Returns:

  • (::Array[("LAUNCH_PARAMETERS" | "WORKING_DIRECTORY")])


1559
1560
1561
# File 'sig/types.rbs', line 1559

def attributes_to_delete
  @attributes_to_delete
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def display_name
  @display_name
end

#icon_s3_locationTypes::S3Location

Returns the value of attribute icon_s3_location.

Returns:



1554
1555
1556
# File 'sig/types.rbs', line 1554

def icon_s3_location
  @icon_s3_location
end

#launch_parameters::String

Returns the value of attribute launch_parameters.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def launch_parameters
  @launch_parameters
end

#launch_path::String

Returns the value of attribute launch_path.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def launch_path
  @launch_path
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def name
  @name
end

#working_directory::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def working_directory
  @working_directory
end