Class: Aws::AppStream::Types::DeleteImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteImageResult
- Includes:
- Structure
- Defined in:
- 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.
1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-appstream/types.rb', line 1739 class DeleteImageResult < Struct.new( :image) SENSITIVE = [] include Aws::Structure end |