Class: Aws::AppStream::Types::StartAppBlockBuilderRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


5788
5789
5790
5791
5792
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5788

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