Class: Aws::Types::GeoMatchParams
- Inherits:
-
Object
- Object
- Aws::Types::GeoMatchParams
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#area_code ⇒ ::String
Returns the value of attribute area_code.
-
#country ⇒ ::String
Returns the value of attribute country.
Instance Attribute Details
#area_code ⇒ ::String
Returns the value of attribute area_code.
345 346 347 |
# File 'sig/types.rbs', line 345 def area_code @area_code end |
#country ⇒ ::String
Returns the value of attribute country.
344 345 346 |
# File 'sig/types.rbs', line 344 def country @country end |