Class: Aws::Types::ApplicationConfig
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_app_path ⇒ ::String
Returns the value of attribute absolute_app_path.
-
#absolute_icon_path ⇒ ::String
Returns the value of attribute absolute_icon_path.
-
#absolute_manifest_path ⇒ ::String
Returns the value of attribute absolute_manifest_path.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#launch_parameters ⇒ ::String
Returns the value of attribute launch_parameters.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#absolute_app_path ⇒ ::String
Returns the value of attribute absolute_app_path.
122 123 124 |
# File 'sig/types.rbs', line 122 def absolute_app_path @absolute_app_path end |
#absolute_icon_path ⇒ ::String
Returns the value of attribute absolute_icon_path.
123 124 125 |
# File 'sig/types.rbs', line 123 def absolute_icon_path @absolute_icon_path end |
#absolute_manifest_path ⇒ ::String
Returns the value of attribute absolute_manifest_path.
124 125 126 |
# File 'sig/types.rbs', line 124 def absolute_manifest_path @absolute_manifest_path end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
121 122 123 |
# File 'sig/types.rbs', line 121 def display_name @display_name end |
#launch_parameters ⇒ ::String
Returns the value of attribute launch_parameters.
126 127 128 |
# File 'sig/types.rbs', line 126 def launch_parameters @launch_parameters end |
#name ⇒ ::String
Returns the value of attribute name.
120 121 122 |
# File 'sig/types.rbs', line 120 def name @name end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
125 126 127 |
# File 'sig/types.rbs', line 125 def working_directory @working_directory end |