Class: Aws::Types::StartOutboundEmailContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartOutboundEmailContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_recipients ⇒ Types::OutboundAdditionalRecipients
Returns the value of attribute additional_recipients.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#destination_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute destination_email_address.
-
#email_message ⇒ Types::OutboundEmailContent
Returns the value of attribute email_message.
-
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#additional_recipients ⇒ Types::OutboundAdditionalRecipients
Returns the value of attribute additional_recipients.
8183 8184 8185 |
# File 'sig/types.rbs', line 8183 def additional_recipients @additional_recipients end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8185 8186 8187 |
# File 'sig/types.rbs', line 8185 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8180 8181 8182 |
# File 'sig/types.rbs', line 8180 def contact_id @contact_id end |
#destination_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute destination_email_address.
8182 8183 8184 |
# File 'sig/types.rbs', line 8182 def destination_email_address @destination_email_address end |
#email_message ⇒ Types::OutboundEmailContent
Returns the value of attribute email_message.
8184 8185 8186 |
# File 'sig/types.rbs', line 8184 def end |
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
8181 8182 8183 |
# File 'sig/types.rbs', line 8181 def from_email_address @from_email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8179 8180 8181 |
# File 'sig/types.rbs', line 8179 def instance_id @instance_id end |