Class: Aws::Types::AwsWafRateBasedRuleDetails

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

Returns the value of attribute match_predicates.



4463
4464
4465
# File 'sig/types.rbs', line 4463

def match_predicates
  @match_predicates
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


4458
4459
4460
# File 'sig/types.rbs', line 4458

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4459
4460
4461
# File 'sig/types.rbs', line 4459

def name
  @name
end

#rate_key::String

Returns the value of attribute rate_key.

Returns:

  • (::String)


4460
4461
4462
# File 'sig/types.rbs', line 4460

def rate_key
  @rate_key
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


4461
4462
4463
# File 'sig/types.rbs', line 4461

def rate_limit
  @rate_limit
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


4462
4463
4464
# File 'sig/types.rbs', line 4462

def rule_id
  @rule_id
end