Class: Aws::WorkSpaces::Types::DeleteWorkspaceImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteWorkspaceImageRequest
- 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 image.
Instance Attribute Details
#image_id ⇒ String
The identifier of the image.
1604 1605 1606 1607 1608 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1604 class DeleteWorkspaceImageRequest < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |