Class: Aws::AppStream::Types::DeleteAppBlockBuilderRequest

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)


2002
2003
2004
2005
2006
# File 'lib/aws-sdk-appstream/types.rb', line 2002

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