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)


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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)


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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)


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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)


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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)


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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)


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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)


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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


4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4400

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