Class: Aws::Types::GeoProximityLocation
- Inherits:
-
Object
- Object
- Aws::Types::GeoProximityLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#bias ⇒ ::Integer
Returns the value of attribute bias.
-
#coordinates ⇒ Types::Coordinates
Returns the value of attribute coordinates.
-
#local_zone_group ⇒ ::String
Returns the value of attribute local_zone_group.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
519 520 521 |
# File 'sig/types.rbs', line 519 def aws_region @aws_region end |
#bias ⇒ ::Integer
Returns the value of attribute bias.
522 523 524 |
# File 'sig/types.rbs', line 522 def bias @bias end |
#coordinates ⇒ Types::Coordinates
Returns the value of attribute coordinates.
521 522 523 |
# File 'sig/types.rbs', line 521 def coordinates @coordinates end |
#local_zone_group ⇒ ::String
Returns the value of attribute local_zone_group.
520 521 522 |
# File 'sig/types.rbs', line 520 def local_zone_group @local_zone_group end |