GeoLocationDetails
public struct GeoLocationDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The two-letter code for the continent.
Declaration
Swift
public let continentCode: String?
-
The full name of the continent.
Declaration
Swift
public let continentName: String?
-
The two-letter code for the country.
Declaration
Swift
public let countryCode: String?
-
The name of the country.
Declaration
Swift
public let countryName: String?
-
The code for the subdivision. Route 53 currently supports only states in the United States.
Declaration
Swift
public let subdivisionCode: String?
-
The full name of the subdivision. Route 53 currently supports only states in the United States.
Declaration
Swift
public let subdivisionName: String?
-
Undocumented
Declaration
Swift
public init(continentCode: String? = nil, continentName: String? = nil, countryCode: String? = nil, countryName: String? = nil, subdivisionCode: String? = nil, subdivisionName: String? = nil)