EndpointLocation
public struct EndpointLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the city where the endpoint is located.
Declaration
Swift
public let city: String? -
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the endpoint is located. For example, US for the United States.
Declaration
Swift
public let country: String? -
The latitude coordinate of the endpoint location, rounded to one decimal place.
Declaration
Swift
public let latitude: Double? -
The longitude coordinate of the endpoint location, rounded to one decimal place.
Declaration
Swift
public let longitude: Double? -
The postal or ZIP code for the area where the endpoint is located.
Declaration
Swift
public let postalCode: String? -
The name of the region where the endpoint is located. For locations in the United States, this value is the name of a state.
Declaration
Swift
public let region: String? -
Undocumented
Declaration
Swift
public init(city: String? = nil, country: String? = nil, latitude: Double? = nil, longitude: Double? = nil, postalCode: String? = nil, region: String? = nil)
View on GitHub
EndpointLocation Structure Reference