Class: Aws::WorkSpaces::Types::WorkSpaceApplication

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes the WorkSpace application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the application.

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

The time the application is created.

Returns:

  • (Time)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the WorkSpace application.

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#license_typeString

The license availability for the applications.

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the WorkSpace application.

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the WorkSpace application.

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The status of WorkSpace application.

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#supported_compute_type_namesArray<String>

The supported compute types of the WorkSpace application.

Returns:

  • (Array<String>)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end

#supported_operating_system_namesArray<String>

The supported operating systems of the WorkSpace application.

Returns:

  • (Array<String>)


5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5409

class WorkSpaceApplication < Struct.new(
  :application_id,
  :created,
  :description,
  :license_type,
  :name,
  :owner,
  :state,
  :supported_compute_type_names,
  :supported_operating_system_names)
  SENSITIVE = []
  include Aws::Structure
end