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_id ⇒ String

The identifier of the application.

Returns:

  • (String)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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

#created ⇒ Time

The time the application is created.

Returns:

  • (Time)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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

#description ⇒ String

The description of the WorkSpace application.

Returns:

  • (String)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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_type ⇒ String

The license availability for the applications.

Returns:

  • (String)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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

#name ⇒ String

The name of the WorkSpace application.

Returns:

  • (String)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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

#owner ⇒ String

The owner of the WorkSpace application.

Returns:

  • (String)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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

#state ⇒ String

The status of WorkSpace application.

Returns:

  • (String)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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_names ⇒ Array<String>

The supported compute types of the WorkSpace application.

Returns:

  • (Array<String>)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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_names ⇒ Array<String>

The supported operating systems of the WorkSpace application.

Returns:

  • (Array<String>)


5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5428

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