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.
3150 3151 3152 3153 3154 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3150 class ImportWorkspaceImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |