Class: Aws::Types::StatelessRulesAndCustomActions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_actions::Array[Types::CustomAction]

Returns the value of attribute custom_actions.

Returns:



1620
1621
1622
# File 'sig/types.rbs', line 1620

def custom_actions
  @custom_actions
end

#stateless_rules::Array[Types::StatelessRule]

Returns the value of attribute stateless_rules.

Returns:



1619
1620
1621
# File 'sig/types.rbs', line 1619

def stateless_rules
  @stateless_rules
end