GetRateBasedRuleManagedKeysRequest

public struct GetRateBasedRuleManagedKeysRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A null value and not currently used. Do not include this in your request.

    Declaration

    Swift

    public let nextMarker: String?
  • The RuleId of the RateBasedRule for which you want to get a list of ManagedKeys. RuleId is returned by CreateRateBasedRule and by ListRateBasedRules.

    Declaration

    Swift

    public let ruleId: String
  • Undocumented

    Declaration

    Swift

    public init(nextMarker: String? = nil, ruleId: String)
  • Declaration

    Swift

    public func validate(name: String) throws