Class: Aws::Types::SendAction
- Inherits:
-
Object
- Object
- Aws::Types::SendAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def action_failure_policy @action_failure_policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def role_arn @role_arn end |