Class: Aws::WorkSpaces::Types::ImportCustomWorkspaceImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ImportCustomWorkspaceImageResult
- 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.
-
#state ⇒ String
The state of the WorkSpace image.
Instance Attribute Details
#image_id ⇒ String
The identifier of the WorkSpace image.
3307 3308 3309 3310 3311 3312 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3307 class ImportCustomWorkspaceImageResult < Struct.new( :image_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the WorkSpace image.
3307 3308 3309 3310 3311 3312 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3307 class ImportCustomWorkspaceImageResult < Struct.new( :image_id, :state) SENSITIVE = [] include Aws::Structure end |