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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2727
2728
2729
2730
2731
# File 'lib/aws-sdk-appstream/types.rb', line 2727

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