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

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

Overview

Note:

When making an API call, you may pass StopImageBuilderRequest data as a hash:

{
  name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the image builder.

Returns:

  • (String)


2594
2595
2596
2597
# File 'lib/aws-sdk-appstream/types.rb', line 2594

class StopImageBuilderRequest < Struct.new(
  :name)
  include Aws::Structure
end