Class: Aws::WorkSpaces::Types::CreateWorkspaceImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateWorkspaceImageResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created ⇒ Time
The date when the image was created.
-
#description ⇒ String
The description of the image.
-
#image_id ⇒ String
The identifier of the new WorkSpace image.
-
#name ⇒ String
The name of the image.
-
#operating_system ⇒ Types::OperatingSystem
The operating system that the image is running.
-
#owner_account_id ⇒ String
The identifier of the Amazon Web Services account that owns the image.
-
#required_tenancy ⇒ String
Specifies whether the image is running on dedicated hardware.
-
#state ⇒ String
The availability status of the image.
Instance Attribute Details
#created ⇒ Time
The date when the image was created.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the image.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The identifier of the new WorkSpace image.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ Types::OperatingSystem
The operating system that the image is running.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The identifier of the Amazon Web Services account that owns the image.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#required_tenancy ⇒ String
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The availability status of the image.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1126 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |