Class: Aws::Types::Application
- Inherits:
-
Object
- Object
- Aws::Types::Application
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#icon_s3_location ⇒ Types::S3Location
Returns the value of attribute icon_s3_location.
-
#icon_url ⇒ ::String
Returns the value of attribute icon_url.
-
#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.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#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.
-
#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.
111 112 113 |
# File 'sig/types.rbs', line 111 def app_block_arn @app_block_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
115 116 117 |
# File 'sig/types.rbs', line 115 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
109 110 111 |
# File 'sig/types.rbs', line 109 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
102 103 104 |
# File 'sig/types.rbs', line 102 def display_name @display_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
106 107 108 |
# File 'sig/types.rbs', line 106 def enabled @enabled end |
#icon_s3_location ⇒ Types::S3Location
Returns the value of attribute icon_s3_location.
112 113 114 |
# File 'sig/types.rbs', line 112 def icon_s3_location @icon_s3_location end |
#icon_url ⇒ ::String
Returns the value of attribute icon_url.
103 104 105 |
# File 'sig/types.rbs', line 103 def icon_url @icon_url end |
#instance_families ⇒ ::Array[::String]
Returns the value of attribute instance_families.
114 115 116 |
# File 'sig/types.rbs', line 114 def instance_families @instance_families end |
#launch_parameters ⇒ ::String
Returns the value of attribute launch_parameters.
105 106 107 |
# File 'sig/types.rbs', line 105 def launch_parameters @launch_parameters end |
#launch_path ⇒ ::String
Returns the value of attribute launch_path.
104 105 106 |
# File 'sig/types.rbs', line 104 def launch_path @launch_path end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
107 108 109 |
# File 'sig/types.rbs', line 107 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
101 102 103 |
# File 'sig/types.rbs', line 101 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.
113 114 115 |
# File 'sig/types.rbs', line 113 def platforms @platforms end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
108 109 110 |
# File 'sig/types.rbs', line 108 def working_directory @working_directory end |