Class: Aws::AppStream::Types::Application

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes an application in the application catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_arnString

The app block ARN of the application.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the application.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time at which the application was created within the app block.

Returns:

  • (Time)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The application name to display.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

If there is a problem, the application can be disabled after image creation.

Returns:

  • (Boolean)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#icon_s3_locationTypes::S3Location

The S3 location of the application icon.

Returns:



312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#icon_urlString

The URL for the application icon. This URL might be time-limited.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_familiesArray<String>

The instance families for the application.

Returns:

  • (Array<String>)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#launch_parametersString

The arguments that are passed to the application at launch.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#launch_pathString

The path to the application executable in the instance.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,String>

Additional attributes that describe the application.

Returns:

  • (Hash<String,String>)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#platformsArray<String>

The platforms on which the application can run.

Returns:

  • (Array<String>)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#working_directoryString

The working directory for the application.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# File 'lib/aws-sdk-appstream/types.rb', line 312

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata,
  :working_directory,
  :description,
  :arn,
  :app_block_arn,
  :icon_s3_location,
  :platforms,
  :instance_families,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end