Class: Aws::Types::EndpointLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:



1093
1094
1095
# File 'sig/types.rbs', line 1093

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:



1094
1095
1096
# File 'sig/types.rbs', line 1094

def country
  @country
end

#latitude::Float

Returns the value of attribute latitude.

Returns:



1095
1096
1097
# File 'sig/types.rbs', line 1095

def latitude
  @latitude
end

#longitude::Float

Returns the value of attribute longitude.

Returns:



1096
1097
1098
# File 'sig/types.rbs', line 1096

def longitude
  @longitude
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:



1097
1098
1099
# File 'sig/types.rbs', line 1097

def postal_code
  @postal_code
end

#region::String

Returns the value of attribute region.

Returns:



1098
1099
1100
# File 'sig/types.rbs', line 1098

def region
  @region
end