Class: Aws::WorkSpaces::Types::CreateUpdatedWorkspaceImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateUpdatedWorkspaceImageResult
- 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 new updated WorkSpace image.
Instance Attribute Details
#image_id ⇒ String
The identifier of the new updated WorkSpace image.
989 990 991 992 993 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 989 class CreateUpdatedWorkspaceImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |