Class: Aws::Types::RateBasedRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_predicates::Array[Types::Predicate]

Returns the value of attribute match_predicates.

Returns:



856
857
858
# File 'sig/types.rbs', line 856

def match_predicates
  @match_predicates
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def name
  @name
end

#rate_key"IP"

Returns the value of attribute rate_key.

Returns:

  • ("IP")


857
858
859
# File 'sig/types.rbs', line 857

def rate_key
  @rate_key
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


858
859
860
# File 'sig/types.rbs', line 858

def rate_limit
  @rate_limit
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def rule_id
  @rule_id
end