Class: Aws::Types::AwsWafRateBasedRuleMatchPredicate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_id::String

Returns the value of attribute data_id.

Returns:

  • (::String)


4468
4469
4470
# File 'sig/types.rbs', line 4468

def data_id
  @data_id
end

#negatedBoolean

Returns the value of attribute negated.

Returns:

  • (Boolean)


4469
4470
4471
# File 'sig/types.rbs', line 4469

def negated
  @negated
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4470
4471
4472
# File 'sig/types.rbs', line 4470

def type
  @type
end