Class: Aws::WorkSpaces::Types::CopyWorkspaceImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CopyWorkspaceImageRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the image.
-
#name ⇒ String
The name of the image.
-
#source_image_id ⇒ String
The identifier of the source image.
-
#source_region ⇒ String
The identifier of the source Region.
-
#tags ⇒ Array<Types::Tag>
The tags for the image.
Instance Attribute Details
#description ⇒ String
A description of the image.
731 732 733 734 735 736 737 738 739 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 731 class CopyWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :source_region, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image.
731 732 733 734 735 736 737 738 739 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 731 class CopyWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :source_region, :tags) SENSITIVE = [] include Aws::Structure end |
#source_image_id ⇒ String
The identifier of the source image.
731 732 733 734 735 736 737 738 739 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 731 class CopyWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :source_region, :tags) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The identifier of the source Region.
731 732 733 734 735 736 737 738 739 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 731 class CopyWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :source_region, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the image.
731 732 733 734 735 736 737 738 739 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 731 class CopyWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :source_region, :tags) SENSITIVE = [] include Aws::Structure end |