Class: Aws::WorkSpaces::Types::CopyWorkspaceImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CopyWorkspaceImageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ String
The identifier of the image.
Instance Attribute Details
#image_id ⇒ String
The identifier of the image.
747 748 749 750 751 |
# File 'lib/aws-sdk-workspaces/types.rb', line 747 class CopyWorkspaceImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |