DeleteVpcLinkRequest

public struct DeleteVpcLinkRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

    Declaration

    Swift

    public let vpcLinkId: String
  • Undocumented

    Declaration

    Swift

    public init(vpcLinkId: String)