GetRateBasedRuleManagedKeysResponse

public struct GetRateBasedRuleManagedKeysResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of IP addresses that currently are blocked by the specified RateBasedRule.

    Declaration

    Swift

    public let managedKeys: [String]?
  • A null value and not currently used.

    Declaration

    Swift

    public let nextMarker: String?
  • Undocumented

    Declaration

    Swift

    public init(managedKeys: [String]? = nil, nextMarker: String? = nil)