PrefixList

public struct PrefixList : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IP address range of the AWS service.

    Declaration

    Swift

    public let cidrs: [String]?
  • The ID of the prefix.

    Declaration

    Swift

    public let prefixListId: String?
  • The name of the prefix.

    Declaration

    Swift

    public let prefixListName: String?
  • Undocumented

    Declaration

    Swift

    public init(cidrs: [String]? = nil, prefixListId: String? = nil, prefixListName: String? = nil)