Class: Aws::WorkSpaces::Types::WorkSpaceApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::WorkSpaceApplication
- 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
-
#application_id ⇒ String
The identifier of the application.
-
#created ⇒ Time
The time the application is created.
-
#description ⇒ String
The description of the WorkSpace application.
-
#license_type ⇒ String
The license availability for the applications.
-
#name ⇒ String
The name of the WorkSpace application.
-
#owner ⇒ String
The owner of the WorkSpace application.
-
#state ⇒ String
The status of WorkSpace application.
-
#supported_compute_type_names ⇒ Array<String>
The supported compute types of the WorkSpace application.
-
#supported_operating_system_names ⇒ Array<String>
The supported operating systems of the WorkSpace application.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5207 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 |