Class: Aws::Types::MapMatchingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id_attribute_name::String

Returns the value of attribute id_attribute_name.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def id_attribute_name
  @id_attribute_name
end

#timestamp_attribute_name::String

Returns the value of attribute timestamp_attribute_name.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def timestamp_attribute_name
  @timestamp_attribute_name
end

#x_attribute_name::String

Returns the value of attribute x_attribute_name.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def x_attribute_name
  @x_attribute_name
end

#y_attribute_name::String

Returns the value of attribute y_attribute_name.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def y_attribute_name
  @y_attribute_name
end