Class: Aws::Types::MapMatchingConfig
- Inherits:
-
Object
- Object
- Aws::Types::MapMatchingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_attribute_name ⇒ ::String
Returns the value of attribute id_attribute_name.
-
#timestamp_attribute_name ⇒ ::String
Returns the value of attribute timestamp_attribute_name.
-
#x_attribute_name ⇒ ::String
Returns the value of attribute x_attribute_name.
-
#y_attribute_name ⇒ ::String
Returns the value of attribute y_attribute_name.
Instance Attribute Details
#id_attribute_name ⇒ ::String
Returns the value of attribute id_attribute_name.
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.
411 412 413 |
# File 'sig/types.rbs', line 411 def @timestamp_attribute_name end |
#x_attribute_name ⇒ ::String
Returns the value of attribute x_attribute_name.
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.
413 414 415 |
# File 'sig/types.rbs', line 413 def y_attribute_name @y_attribute_name end |