Class: Aws::Types::ReceiptAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_header_actionTypes::AddHeaderAction

Returns the value of attribute add_header_action.



729
730
731
# File 'sig/types.rbs', line 729

def add_header_action
  @add_header_action
end

#bounce_actionTypes::BounceAction

Returns the value of attribute bounce_action.

Returns:



725
726
727
# File 'sig/types.rbs', line 725

def bounce_action
  @bounce_action
end

#connect_actionTypes::ConnectAction

Returns the value of attribute connect_action.



731
732
733
# File 'sig/types.rbs', line 731

def connect_action
  @connect_action
end

#lambda_actionTypes::LambdaAction

Returns the value of attribute lambda_action.

Returns:



727
728
729
# File 'sig/types.rbs', line 727

def lambda_action
  @lambda_action
end

#s3_actionTypes::S3Action

Returns the value of attribute s3_action.

Returns:



724
725
726
# File 'sig/types.rbs', line 724

def s3_action
  @s3_action
end

#sns_actionTypes::SNSAction

Returns the value of attribute sns_action.

Returns:



730
731
732
# File 'sig/types.rbs', line 730

def sns_action
  @sns_action
end

#stop_actionTypes::StopAction

Returns the value of attribute stop_action.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

def stop_action
  @stop_action
end

#workmail_actionTypes::WorkmailAction

Returns the value of attribute workmail_action.



726
727
728
# File 'sig/types.rbs', line 726

def workmail_action
  @workmail_action
end