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:



1693
1694
1695
1696
1697
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1693

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