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?
  • Undocumented

    Declaration

    Swift

    public init(bandwidth: Bandwidth? = nil, createdAt: TimeStamp? = nil, description: String? = nil, globalNetworkId: String? = nil, linkArn: String? = nil, linkId: String? = nil, provider: String? = nil, siteId: String? = nil, state: LinkState? = nil, tags: [Tag]? = nil, type: String? = nil)