Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_block_arn ⇒ ::String
Returns the value of attribute app_block_arn.
-
#attributes_to_delete ⇒ ::Array[("LAUNCH_PARAMETERS" | "WORKING_DIRECTORY")]
Returns the value of attribute attributes_to_delete.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#icon_s3_location ⇒ Types::S3Location
Returns the value of attribute icon_s3_location.
-
#launch_parameters ⇒ ::String
Returns the value of attribute launch_parameters.
-
#launch_path ⇒ ::String
Returns the value of attribute launch_path.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#app_block_arn ⇒ ::String
Returns the value of attribute app_block_arn.
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.
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.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def display_name @display_name end |
#icon_s3_location ⇒ Types::S3Location
Returns the value of attribute icon_s3_location.
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.
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.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def launch_path @launch_path end |
#name ⇒ ::String
Returns the value of attribute name.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def name @name end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def working_directory @working_directory end |