Class: Aws::Types::EndpointLocation
- Inherits:
-
Object
- Object
- Aws::Types::EndpointLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def country @country end |
#latitude ⇒ ::Float
Returns the value of attribute latitude.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def longitude @longitude end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def postal_code @postal_code end |
#region ⇒ ::String
Returns the value of attribute region.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def region @region end |