Class: Aws::Types::FirewallPolicyStatelessCustomActionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::FirewallPolicyStatelessCustomActionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_definition ⇒ Types::StatelessCustomActionDefinition
Returns the value of attribute action_definition.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
Instance Attribute Details
#action_definition ⇒ Types::StatelessCustomActionDefinition
Returns the value of attribute action_definition.
5815 5816 5817 |
# File 'sig/types.rbs', line 5815 def action_definition @action_definition end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
5816 5817 5818 |
# File 'sig/types.rbs', line 5816 def action_name @action_name end |