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.
8074 8075 8076 |
# File 'sig/types.rbs', line 8074 def additional_recipients @additional_recipients end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8076 8077 8078 |
# File 'sig/types.rbs', line 8076 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8071 8072 8073 |
# File 'sig/types.rbs', line 8071 def contact_id @contact_id end |
#destination_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute destination_email_address.
8073 8074 8075 |
# File 'sig/types.rbs', line 8073 def destination_email_address @destination_email_address end |
#email_message ⇒ Types::OutboundEmailContent
Returns the value of attribute email_message.
8075 8076 8077 |
# File 'sig/types.rbs', line 8075 def @email_message end |
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
8072 8073 8074 |
# File 'sig/types.rbs', line 8072 def from_email_address @from_email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8070 8071 8072 |
# File 'sig/types.rbs', line 8070 def instance_id @instance_id end |