Class: Aws::AppStream::Types::StartImageBuilderResult

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:



2554
2555
2556
2557
# File 'lib/aws-sdk-appstream/types.rb', line 2554

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