Class: Aws::Types::AwsWafv2RulesDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::AwsWafv2RulesActionDetails

Returns the value of attribute action.



4668
4669
4670
# File 'sig/types.rbs', line 4668

def action
  @action
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4669
4670
4671
# File 'sig/types.rbs', line 4669

def name
  @name
end

#override_action::String

Returns the value of attribute override_action.

Returns:

  • (::String)


4670
4671
4672
# File 'sig/types.rbs', line 4670

def override_action
  @override_action
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


4671
4672
4673
# File 'sig/types.rbs', line 4671

def priority
  @priority
end

#visibility_configTypes::AwsWafv2VisibilityConfigDetails

Returns the value of attribute visibility_config.



4672
4673
4674
# File 'sig/types.rbs', line 4672

def visibility_config
  @visibility_config
end