Class: Aws::Types::AwsWafRegionalRateBasedRuleDetails

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::AwsWafRegionalRateBasedRuleMatchPredicate]

Returns the value of attribute match_predicates.



4480
4481
4482
# File 'sig/types.rbs', line 4480

def match_predicates
  @match_predicates
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


4475
4476
4477
# File 'sig/types.rbs', line 4475

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4476
4477
4478
# File 'sig/types.rbs', line 4476

def name
  @name
end

#rate_key::String

Returns the value of attribute rate_key.

Returns:

  • (::String)


4477
4478
4479
# File 'sig/types.rbs', line 4477

def rate_key
  @rate_key
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


4478
4479
4480
# File 'sig/types.rbs', line 4478

def rate_limit
  @rate_limit
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


4479
4480
4481
# File 'sig/types.rbs', line 4479

def rule_id
  @rule_id
end