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.
7956 7957 7958 |
# File 'sig/types.rbs', line 7956 def additional_recipients @additional_recipients end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7958 7959 7960 |
# File 'sig/types.rbs', line 7958 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7953 7954 7955 |
# File 'sig/types.rbs', line 7953 def contact_id @contact_id end |
#destination_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute destination_email_address.
7955 7956 7957 |
# File 'sig/types.rbs', line 7955 def destination_email_address @destination_email_address end |
#email_message ⇒ Types::OutboundEmailContent
Returns the value of attribute email_message.
7957 7958 7959 |
# File 'sig/types.rbs', line 7957 def @email_message end |
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
7954 7955 7956 |
# File 'sig/types.rbs', line 7954 def from_email_address @from_email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7952 7953 7954 |
# File 'sig/types.rbs', line 7952 def instance_id @instance_id end |