Class: Aws::AppStream::Types::StopAppBlockBuilderRequest

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 app block builder.

Returns:

  • (String)


4691
4692
4693
4694
4695
# File 'lib/aws-sdk-appstream/types.rb', line 4691

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