Class: Aws::Glue::Types::IntegrationResourcePropertyFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IntegrationResourcePropertyFilter
- Includes:
- Structure
- Defined in:
- 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.
17196 17197 17198 17199 17200 17201 |
# File 'lib/aws-sdk-glue/types.rb', line 17196 class IntegrationResourcePropertyFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of filter values.
17196 17197 17198 17199 17200 17201 |
# File 'lib/aws-sdk-glue/types.rb', line 17196 class IntegrationResourcePropertyFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |