Class: Aws::Types::RdsFieldMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_metadata_field::String

Returns the value of attribute custom_metadata_field.

Returns:

  • (::String)


2388
2389
2390
# File 'sig/types.rbs', line 2388

def 
  @custom_metadata_field
end

#metadata_field::String

Returns the value of attribute metadata_field.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def 
  @metadata_field
end

#primary_key_field::String

Returns the value of attribute primary_key_field.

Returns:

  • (::String)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def primary_key_field
  @primary_key_field
end

#text_field::String

Returns the value of attribute text_field.

Returns:

  • (::String)


2386
2387
2388
# File 'sig/types.rbs', line 2386

def text_field
  @text_field
end

#vector_field::String

Returns the value of attribute vector_field.

Returns:

  • (::String)


2385
2386
2387
# File 'sig/types.rbs', line 2385

def vector_field
  @vector_field
end