Class: Aws::Types::SourceTableConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array[::String]

Returns the value of attribute fields.

Returns:

  • (::Array[::String])


7077
7078
7079
# File 'sig/types.rbs', line 7077

def fields
  @fields
end

#filter_predicate::String

Returns the value of attribute filter_predicate.

Returns:

  • (::String)


7078
7079
7080
# File 'sig/types.rbs', line 7078

def filter_predicate
  @filter_predicate
end

#primary_key::Array[::String]

Returns the value of attribute primary_key.

Returns:

  • (::Array[::String])


7079
7080
7081
# File 'sig/types.rbs', line 7079

def primary_key
  @primary_key
end

#record_update_field::String

Returns the value of attribute record_update_field.

Returns:

  • (::String)


7080
7081
7082
# File 'sig/types.rbs', line 7080

def record_update_field
  @record_update_field
end