AssociateLinkRequest

public struct AssociateLinkRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the device.

    Declaration

    Swift

    public let deviceId: String
  • The ID of the global network.

    Declaration

    Swift

    public let globalNetworkId: String
  • The ID of the link.

    Declaration

    Swift

    public let linkId: String
  • Undocumented

    Declaration

    Swift

    public init(deviceId: String, globalNetworkId: String, linkId: String)