Class: Aws::AppStream::Types::DeleteImageBuilderResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#image_builderTypes::ImageBuilder

Information about the image builder.

Returns:



1009
1010
1011
1012
# File 'lib/aws-sdk-appstream/types.rb', line 1009

class DeleteImageBuilderResult < Struct.new(
  :image_builder)
  include Aws::Structure
end