Location
public struct Location : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The available port speeds for the location.
Declaration
Swift
public let availablePortSpeeds: [String]? -
The name of the service provider for the location.
Declaration
Swift
public let availableProviders: [String]? -
The code for the location.
Declaration
Swift
public let locationCode: String? -
The name of the location. This includes the name of the colocation partner and the physical site of the building.
Declaration
Swift
public let locationName: String? -
The AWS Region for the location.
Declaration
Swift
public let region: String? -
Undocumented
Declaration
Swift
public init(availablePortSpeeds: [String]? = nil, availableProviders: [String]? = nil, locationCode: String? = nil, locationName: String? = nil, region: String? = nil)
View on GitHub
Location Structure Reference