Class: Aws::Types::JDBCConnectorOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type_mapping::Hash[("ARRAY" | "BIGINT" | "BINARY" | "BIT" | "BLOB" | "BOOLEAN" | "CHAR" | "CLOB" | "DATALINK" | "DATE" | "DECIMAL" | "DISTINCT" | "DOUBLE" | "FLOAT" | "INTEGER" | "JAVA_OBJECT" | "LONGNVARCHAR" | "LONGVARBINARY" | "LONGVARCHAR" | "NCHAR" | "NCLOB" | "NULL" | "NUMERIC" | "NVARCHAR" | "OTHER" | "REAL" | "REF" | "REF_CURSOR" | "ROWID" | "SMALLINT" | "SQLXML" | "STRUCT" | "TIME" | "TIME_WITH_TIMEZONE" | "TIMESTAMP" | "TIMESTAMP_WITH_TIMEZONE" | "TINYINT" | "VARBINARY" | "VARCHAR"), ("DATE" | "STRING" | "TIMESTAMP" | "INT" | "FLOAT" | "LONG" | "BIGDECIMAL" | "BYTE" | "SHORT" | "DOUBLE")]

Returns the value of attribute data_type_mapping.

Returns:

  • (::Hash[("ARRAY" | "BIGINT" | "BINARY" | "BIT" | "BLOB" | "BOOLEAN" | "CHAR" | "CLOB" | "DATALINK" | "DATE" | "DECIMAL" | "DISTINCT" | "DOUBLE" | "FLOAT" | "INTEGER" | "JAVA_OBJECT" | "LONGNVARCHAR" | "LONGVARBINARY" | "LONGVARCHAR" | "NCHAR" | "NCLOB" | "NULL" | "NUMERIC" | "NVARCHAR" | "OTHER" | "REAL" | "REF" | "REF_CURSOR" | "ROWID" | "SMALLINT" | "SQLXML" | "STRUCT" | "TIME" | "TIME_WITH_TIMEZONE" | "TIMESTAMP" | "TIMESTAMP_WITH_TIMEZONE" | "TINYINT" | "VARBINARY" | "VARCHAR"), ("DATE" | "STRING" | "TIMESTAMP" | "INT" | "FLOAT" | "LONG" | "BIGDECIMAL" | "BYTE" | "SHORT" | "DOUBLE")])


4818
4819
4820
# File 'sig/types.rbs', line 4818

def data_type_mapping
  @data_type_mapping
end

#filter_predicate::String

Returns the value of attribute filter_predicate.

Returns:

  • (::String)


4811
4812
4813
# File 'sig/types.rbs', line 4811

def filter_predicate
  @filter_predicate
end

#job_bookmark_keys::Array[::String]

Returns the value of attribute job_bookmark_keys.

Returns:

  • (::Array[::String])


4816
4817
4818
# File 'sig/types.rbs', line 4816

def job_bookmark_keys
  @job_bookmark_keys
end

#job_bookmark_keys_sort_order::String

Returns the value of attribute job_bookmark_keys_sort_order.

Returns:

  • (::String)


4817
4818
4819
# File 'sig/types.rbs', line 4817

def job_bookmark_keys_sort_order
  @job_bookmark_keys_sort_order
end

#lower_bound::Integer

Returns the value of attribute lower_bound.

Returns:

  • (::Integer)


4813
4814
4815
# File 'sig/types.rbs', line 4813

def lower_bound
  @lower_bound
end

#num_partitions::Integer

Returns the value of attribute num_partitions.

Returns:

  • (::Integer)


4815
4816
4817
# File 'sig/types.rbs', line 4815

def num_partitions
  @num_partitions
end

#partition_column::String

Returns the value of attribute partition_column.

Returns:

  • (::String)


4812
4813
4814
# File 'sig/types.rbs', line 4812

def partition_column
  @partition_column
end

#upper_bound::Integer

Returns the value of attribute upper_bound.

Returns:

  • (::Integer)


4814
4815
4816
# File 'sig/types.rbs', line 4814

def upper_bound
  @upper_bound
end