Class: Aws::Types::RateBasedRule

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#match_predicates::Array[Types::Predicate]

Returns the value of attribute match_predicates.



894
895
896
# File 'sig/types.rbs', line 894

def match_predicates
  @match_predicates
end

#metric_name::String

Returns the value of attribute metric_name.



893
894
895
# File 'sig/types.rbs', line 893

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.



892
893
894
# File 'sig/types.rbs', line 892

def name
  @name
end

#rate_key"IP"

Returns the value of attribute rate_key.



895
896
897
# File 'sig/types.rbs', line 895

def rate_key
  @rate_key
end

#rate_limit::Integer

Returns the value of attribute rate_limit.



896
897
898
# File 'sig/types.rbs', line 896

def rate_limit
  @rate_limit
end

#rule_id::String

Returns the value of attribute rule_id.



891
892
893
# File 'sig/types.rbs', line 891

def rule_id
  @rule_id
end