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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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:


157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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>)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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>)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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>)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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)

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/aws-sdk-appstream/types.rb', line 157

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