DescribeInterconnectLoaRequest
public struct DescribeInterconnectLoaRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the interconnect.
Declaration
Swift
public let interconnectId: String
-
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
Declaration
Swift
public let loaContentType: LoaContentType?
-
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
Declaration
Swift
public let providerName: String?
-
Undocumented
Declaration
Swift
public init(interconnectId: String, loaContentType: LoaContentType? = nil, providerName: String? = nil)