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)


4731
4732
4733
4734
4735
# File 'lib/aws-sdk-appstream/types.rb', line 4731

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