Class: Aws::Types::FieldToMatch
- Inherits:
-
Object
- Object
- Aws::Types::FieldToMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#type ⇒ "URI", ...
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
370 371 372 |
# File 'sig/types.rbs', line 370 def data @data end |
#type ⇒ "URI", ...
Returns the value of attribute type.
369 370 371 |
# File 'sig/types.rbs', line 369 def type @type end |