Class: Aws::Types::ClientLocation
- Inherits:
-
Object
- Object
- Aws::Types::ClientLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_name ⇒ ::String
Returns the value of attribute as_name.
-
#as_number ⇒ ::Integer
Returns the value of attribute as_number.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#latitude ⇒ ::Float
Returns the value of attribute latitude.
-
#longitude ⇒ ::Float
Returns the value of attribute longitude.
-
#metro ⇒ ::String
Returns the value of attribute metro.
-
#subdivision ⇒ ::String
Returns the value of attribute subdivision.
Instance Attribute Details
#as_name ⇒ ::String
Returns the value of attribute as_name.
29 30 31 |
# File 'sig/types.rbs', line 29 def as_name @as_name end |
#as_number ⇒ ::Integer
Returns the value of attribute as_number.
30 31 32 |
# File 'sig/types.rbs', line 30 def as_number @as_number end |
#city ⇒ ::String
Returns the value of attribute city.
34 35 36 |
# File 'sig/types.rbs', line 34 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
31 32 33 |
# File 'sig/types.rbs', line 31 def country @country end |
#latitude ⇒ ::Float
Returns the value of attribute latitude.
35 36 37 |
# File 'sig/types.rbs', line 35 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
36 37 38 |
# File 'sig/types.rbs', line 36 def longitude @longitude end |
#metro ⇒ ::String
Returns the value of attribute metro.
33 34 35 |
# File 'sig/types.rbs', line 33 def metro @metro end |
#subdivision ⇒ ::String
Returns the value of attribute subdivision.
32 33 34 |
# File 'sig/types.rbs', line 32 def subdivision @subdivision end |