Class: Aws::Types::DeliverToMailboxAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action_failure_policy"CONTINUE", "DROP"

Returns the value of attribute action_failure_policy.

Returns:



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.

Returns:



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.

Returns:



347
348
349
# File 'sig/types.rbs', line 347

def role_arn
  @role_arn
end