Organization

public struct Organization : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • asn

    The Autonomous System Number (ASN) of the internet provider of the remote IP address.

    Declaration

    Swift

    public let asn: String?
  • The organization that registered this ASN.

    Declaration

    Swift

    public let asnOrg: String?
  • isp

    The ISP information for the internet provider.

    Declaration

    Swift

    public let isp: String?
  • org

    The name of the internet provider.

    Declaration

    Swift

    public let org: String?
  • Undocumented

    Declaration

    Swift

    public init(asn: String? = nil, asnOrg: String? = nil, isp: String? = nil, org: String? = nil)