Class: Aws::Glue::Types::IntegrationResourcePropertyFilter

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

Overview

A filter for integration resource properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter. Supported filter keys are SourceArn and TargetArn.

Returns:

  • (String)


17129
17130
17131
17132
17133
17134
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17129

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

#valuesArray<String>

A list of filter values.

Returns:

  • (Array<String>)


17129
17130
17131
17132
17133
17134
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17129

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