Class: Aws::WorkSpaces::Types::ImportWorkspaceImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ImportWorkspaceImageResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ String
The identifier of the WorkSpace image.
Instance Attribute Details
#image_id ⇒ String
The identifier of the WorkSpace image.
3108 3109 3110 3111 3112 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3108 class ImportWorkspaceImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |