Class: Aws::Types::GeoMatchConstraint
- Inherits:
-
Object
- Object
- Aws::Types::GeoMatchConstraint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "Country"
Returns the value of attribute type.
-
#value ⇒ "AF", ...
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "Country"
Returns the value of attribute type.
392 393 394 |
# File 'sig/types.rbs', line 392 def type @type end |
#value ⇒ "AF", ...
Returns the value of attribute value.
393 394 395 |
# File 'sig/types.rbs', line 393 def value @value end |