Class: Aws::Types::ApplicationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:absolute_app_path, :absolute_icon_path, :absolute_manifest_path, :working_directory, :launch_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_app_path::String

Returns the value of attribute absolute_app_path.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def launch_parameters
  @launch_parameters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def name
  @name
end

#working_directory::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def working_directory
  @working_directory
end