Class: Aws::Types::RuleGroupSourceCustomActionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceCustomActionsDetails
- 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.
7378 7379 7380 |
# File 'sig/types.rbs', line 7378 def action_definition @action_definition end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
7379 7380 7381 |
# File 'sig/types.rbs', line 7379 def action_name @action_name end |