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:



1647
1648
1649
# File 'sig/types.rbs', line 1647

def custom_actions
  @custom_actions
end

#stateless_rules::Array[Types::StatelessRule]

Returns the value of attribute stateless_rules.

Returns:



1646
1647
1648
# File 'sig/types.rbs', line 1646

def stateless_rules
  @stateless_rules
end