Class: Aws::Types::ManagedRuleState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def rule_name
  @rule_name
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def state
  @state
end