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.
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 |
#values ⇒ Array<String>
A list of filter values.
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 |