Class: Aws::Redshift::Types::DescribeIntegrationsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeIntegrationsFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
A set of elements to filter the returned integrations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Specifies the type of integration filter.
-
#values ⇒ Array<String>
Specifies the values to filter on.
Instance Attribute Details
#name ⇒ String
Specifies the type of integration filter.
5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-redshift/types.rb', line 5227 class DescribeIntegrationsFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
Specifies the values to filter on.
5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-redshift/types.rb', line 5227 class DescribeIntegrationsFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |