Class: Aws::Athena::Types::FilterDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

A string for searching notebook names.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the notebook to search for.

Returns:

  • (String)


1349
1350
1351
1352
1353
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1349

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