Class: Aws::Glue::Types::IntegrationResourcePropertyFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IntegrationResourcePropertyFilter
- 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
-
#name ⇒ String
The name of the filter.
-
#values ⇒ Array<String>
A list of filter values.
Instance Attribute Details
#name ⇒ String
The name of the filter. Supported filter keys are SourceArn and
TargetArn.
17620 17621 17622 17623 17624 17625 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17620 class IntegrationResourcePropertyFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of filter values.
17620 17621 17622 17623 17624 17625 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17620 class IntegrationResourcePropertyFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |