Link
public struct Link : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The bandwidth for the link.
Declaration
Swift
public let bandwidth: Bandwidth?
-
The date and time that the link was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The description of the link.
Declaration
Swift
public let description: String?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String?
-
The Amazon Resource Name (ARN) of the link.
Declaration
Swift
public let linkArn: String?
-
The ID of the link.
Declaration
Swift
public let linkId: String?
-
The provider of the link.
Declaration
Swift
public let provider: String?
-
The ID of the site.
Declaration
Swift
public let siteId: String?
-
The state of the link.
Declaration
Swift
public let state: LinkState?
-
The tags for the link.
Declaration
Swift
public let tags: [Tag]?
-
The type of the link.
Declaration
Swift
public let type: String?
-
init(bandwidth:createdAt:description:globalNetworkId:linkArn:linkId:provider:siteId:state:tags:type:)
Undocumented
Declaration