Class: Aws::Types::DeliverToMailboxAction
- Inherits:
-
Object
- Object
- Aws::Types::DeliverToMailboxAction
- 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.
-
#mailbox_arn ⇒ ::String
Returns the value of attribute mailbox_arn.
-
#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.
345 346 347 |
# File 'sig/types.rbs', line 345 def action_failure_policy @action_failure_policy end |
#mailbox_arn ⇒ ::String
Returns the value of attribute mailbox_arn.
346 347 348 |
# File 'sig/types.rbs', line 346 def mailbox_arn @mailbox_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
347 348 349 |
# File 'sig/types.rbs', line 347 def role_arn @role_arn end |