Class: Aws::AppStream::Types::StopImageBuilderResult

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:



2605
2606
2607
2608
# File 'lib/aws-sdk-appstream/types.rb', line 2605

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