Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- 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.
-
#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.
-
#instance_families ⇒ ::Array[::String]
Returns the value of attribute instance_families.
-
#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.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
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.
321 322 323 |
# File 'sig/types.rbs', line 321 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def display_name @display_name end |
#icon_s3_location ⇒ Types::S3Location
Returns the value of attribute icon_s3_location.
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.
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.
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.
323 324 325 |
# File 'sig/types.rbs', line 323 def launch_path @launch_path end |
#name ⇒ ::String
Returns the value of attribute name.
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.
326 327 328 |
# File 'sig/types.rbs', line 326 def platforms @platforms end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
329 330 331 |
# File 'sig/types.rbs', line 329 def end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
324 325 326 |
# File 'sig/types.rbs', line 324 def working_directory @working_directory end |