Class: Aws::AppStream::Types::DeleteImageBuilderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the image builder.

Returns:

  • (String)


2176
2177
2178
2179
2180
# File 'lib/aws-sdk-appstream/types.rb', line 2176

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