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:



2115
2116
2117
2118
2119
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2115

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