LinkAssociation
public struct LinkAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The device ID for the link association.
Declaration
Swift
public let deviceId: String? -
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String? -
The state of the association.
Declaration
Swift
public let linkAssociationState: LinkAssociationState? -
The ID of the link.
Declaration
Swift
public let linkId: String? -
Undocumented
Declaration
Swift
public init(deviceId: String? = nil, globalNetworkId: String? = nil, linkAssociationState: LinkAssociationState? = nil, linkId: String? = nil)
View on GitHub
LinkAssociation Structure Reference