Class: Aws::Glue::Types::IntegrationFilter

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

Overview

A filter that can be used when invoking a ‘DescribeIntegrations` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter.

Returns:

  • (String)


15745
15746
15747
15748
15749
15750
# File 'lib/aws-sdk-glue/types.rb', line 15745

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

#valuesArray<String>

A list of filter values.

Returns:

  • (Array<String>)


15745
15746
15747
15748
15749
15750
# File 'lib/aws-sdk-glue/types.rb', line 15745

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