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.
8056 8057 8058 |
# File 'sig/types.rbs', line 8056 def additional_recipients @additional_recipients end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8058 8059 8060 |
# File 'sig/types.rbs', line 8058 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8053 8054 8055 |
# File 'sig/types.rbs', line 8053 def contact_id @contact_id end |
#destination_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute destination_email_address.
8055 8056 8057 |
# File 'sig/types.rbs', line 8055 def destination_email_address @destination_email_address end |
#email_message ⇒ Types::OutboundEmailContent
Returns the value of attribute email_message.
8057 8058 8059 |
# File 'sig/types.rbs', line 8057 def @email_message end |
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
8054 8055 8056 |
# File 'sig/types.rbs', line 8054 def from_email_address @from_email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8052 8053 8054 |
# File 'sig/types.rbs', line 8052 def instance_id @instance_id end |