Class: Aws::Glue::Types::GetConnectionsFilter

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

Overview

Filters the connection definitions that are returned by the ‘GetConnections` API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_schema_versionInteger

Denotes if the connection was created with schema version 1 or 2.

Returns:

  • (Integer)


11526
11527
11528
11529
11530
11531
11532
# File 'lib/aws-sdk-glue/types.rb', line 11526

class GetConnectionsFilter < Struct.new(
  :match_criteria,
  :connection_type,
  :connection_schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#connection_typeString

The type of connections to return. Currently, SFTP is not supported.

Returns:

  • (String)


11526
11527
11528
11529
11530
11531
11532
# File 'lib/aws-sdk-glue/types.rb', line 11526

class GetConnectionsFilter < Struct.new(
  :match_criteria,
  :connection_type,
  :connection_schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#match_criteriaArray<String>

A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.

Returns:

  • (Array<String>)


11526
11527
11528
11529
11530
11531
11532
# File 'lib/aws-sdk-glue/types.rb', line 11526

class GetConnectionsFilter < Struct.new(
  :match_criteria,
  :connection_type,
  :connection_schema_version)
  SENSITIVE = []
  include Aws::Structure
end