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.
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 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.
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 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.
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 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.
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 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.
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 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.
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 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..
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 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.
747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 747 class CreateWorkspaceImageResult < Struct.new( :image_id, :name, :description, :operating_system, :state, :required_tenancy, :created, :owner_account_id) SENSITIVE = [] include Aws::Structure end |