Class: Aws::WorkSpaces::Types::CreateUpdatedWorkspaceImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateUpdatedWorkspaceImageRequest
- 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 whether updates for the WorkSpace image are available.
-
#name ⇒ String
The name of the new updated WorkSpace image.
-
#source_image_id ⇒ String
The identifier of the source WorkSpace image.
-
#tags ⇒ Array<Types::Tag>
The tags that you want to add to the new updated WorkSpace image.
Instance Attribute Details
#description ⇒ String
A description of whether updates for the WorkSpace image are available.
974 975 976 977 978 979 980 981 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 974 class CreateUpdatedWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the new updated WorkSpace image.
974 975 976 977 978 979 980 981 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 974 class CreateUpdatedWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :tags) SENSITIVE = [] include Aws::Structure end |
#source_image_id ⇒ String
The identifier of the source WorkSpace image.
974 975 976 977 978 979 980 981 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 974 class CreateUpdatedWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags that you want to add to the new updated WorkSpace image.
workspaces:CreateTags
.
974 975 976 977 978 979 980 981 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 974 class CreateUpdatedWorkspaceImageRequest < Struct.new( :name, :description, :source_image_id, :tags) SENSITIVE = [] include Aws::Structure end |