Class: Aws::AppStream::Types::DeleteImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteImageResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image ⇒ Types::Image
Information about the image.
Instance Attribute Details
#image ⇒ Types::Image
Information about the image.
2234 2235 2236 2237 2238 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2234 class DeleteImageResult < Struct.new( :image) SENSITIVE = [] include Aws::Structure end |