Class: Aws::AppStream::Types::StopImageBuilderRequest

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)


4890
4891
4892
4893
4894
# File 'lib/aws-sdk-appstream/types.rb', line 4890

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