ManagedPrefixList

public struct ManagedPrefixList : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IP address version.

    Declaration

    Swift

    public let addressFamily: String?
  • The maximum number of entries for the prefix list.

    Declaration

    Swift

    public let maxEntries: Int?
  • The ID of the owner of the prefix list.

    Declaration

    Swift

    public let ownerId: String?
  • The Amazon Resource Name (ARN) for the prefix list.

    Declaration

    Swift

    public let prefixListArn: String?
  • The ID of the prefix list.

    Declaration

    Swift

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

    Declaration

    Swift

    public let prefixListName: String?
  • The state of the prefix list.

    Declaration

    Swift

    public let state: PrefixListState?
  • The state message.

    Declaration

    Swift

    public let stateMessage: String?
  • The tags for the prefix list.

    Declaration

    Swift

    public let tags: [Tag]?
  • The version of the prefix list.

    Declaration

    Swift

    public let version: Int64?
  • Undocumented

    Declaration

    Swift

    public init(addressFamily: String? = nil, maxEntries: Int? = nil, ownerId: String? = nil, prefixListArn: String? = nil, prefixListId: String? = nil, prefixListName: String? = nil, state: PrefixListState? = nil, stateMessage: String? = nil, tags: [Tag]? = nil, version: Int64? = nil)