Class: Aws::Types::StatelessRulesAndCustomActions
- Inherits:
-
Object
- Object
- Aws::Types::StatelessRulesAndCustomActions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_actions ⇒ ::Array[Types::CustomAction]
Returns the value of attribute custom_actions.
-
#stateless_rules ⇒ ::Array[Types::StatelessRule]
Returns the value of attribute stateless_rules.
Instance Attribute Details
#custom_actions ⇒ ::Array[Types::CustomAction]
Returns the value of attribute custom_actions.
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.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def stateless_rules @stateless_rules end |