DescribeDirectConnectGatewayAttachmentsResult
public struct DescribeDirectConnectGatewayAttachmentsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attachments.
Declaration
Swift
public let directConnectGatewayAttachments: [DirectConnectGatewayAttachment]? -
The token to retrieve the next page.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(directConnectGatewayAttachments: [DirectConnectGatewayAttachment]? = nil, nextToken: String? = nil)
View on GitHub
DescribeDirectConnectGatewayAttachmentsResult Structure Reference