Class: Aws::Types::SegmentLocation
- Inherits:
-
Object
- Object
- Aws::Types::SegmentLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country ⇒ Types::SetDimension
Returns the value of attribute country.
-
#gps_point ⇒ Types::GPSPointDimension
Returns the value of attribute gps_point.
Instance Attribute Details
#country ⇒ Types::SetDimension
Returns the value of attribute country.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def country @country end |
#gps_point ⇒ Types::GPSPointDimension
Returns the value of attribute gps_point.
2690 2691 2692 |
# File 'sig/types.rbs', line 2690 def gps_point @gps_point end |