Class: Aws::AppStream::Types::UpdateApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_arnString

The ARN of the app block.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#attributes_to_deleteArray<String>

The attributes to delete for an application.

Returns:

  • (Array<String>)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the application. This name is visible to users in the application catalog.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#icon_s3_locationTypes::S3Location

The icon S3 location of the application.

Returns:



4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#launch_parametersString

The launch parameters of the application.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#launch_pathString

The launch path of the application.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application. This name is visible to users when display name is not specified.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#working_directoryString

The working directory of the application.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-appstream/types.rb', line 4982

class UpdateApplicationRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :icon_s3_location,
  :launch_path,
  :working_directory,
  :launch_parameters,
  :app_block_arn,
  :attributes_to_delete)
  SENSITIVE = []
  include Aws::Structure
end