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

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

#image_builderTypes::ImageBuilder

Information about the image builder.

Returns:



2238
2239
2240
2241
2242
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2238

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