Class: Aws::AppStream::Types::DeleteImageResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::Image

Information about the image.

Returns:



2161
2162
2163
2164
2165
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2161

class DeleteImageResult < Struct.new(
  :image)
  SENSITIVE = []
  include Aws::Structure
end