DescribeLoaRequest
public struct DescribeLoaRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of a connection, LAG, or interconnect.
Declaration
Swift
public let connectionId: 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 specify 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(connectionId: String, loaContentType: LoaContentType? = nil, providerName: String? = nil)
View on GitHub
DescribeLoaRequest Structure Reference