Class: Aws::Types::StartEmailContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartEmailContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_recipients ⇒ Types::InboundAdditionalRecipients
Returns the value of attribute additional_recipients.
-
#attachments ⇒ ::Array[Types::EmailAttachment]
Returns the value of attribute attachments.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_email_address ⇒ ::String
Returns the value of attribute destination_email_address.
-
#email_message ⇒ Types::InboundEmailContent
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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
-
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
Instance Attribute Details
#additional_recipients ⇒ Types::InboundAdditionalRecipients
Returns the value of attribute additional_recipients.
7705 7706 7707 |
# File 'sig/types.rbs', line 7705 def additional_recipients @additional_recipients end |
#attachments ⇒ ::Array[Types::EmailAttachment]
Returns the value of attribute attachments.
7706 7707 7708 |
# File 'sig/types.rbs', line 7706 def @attachments end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
7709 7710 7711 |
# File 'sig/types.rbs', line 7709 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7711 7712 7713 |
# File 'sig/types.rbs', line 7711 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
7707 7708 7709 |
# File 'sig/types.rbs', line 7707 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
7701 7702 7703 |
# File 'sig/types.rbs', line 7701 def description @description end |
#destination_email_address ⇒ ::String
Returns the value of attribute destination_email_address.
7700 7701 7702 |
# File 'sig/types.rbs', line 7700 def destination_email_address @destination_email_address end |
#email_message ⇒ Types::InboundEmailContent
Returns the value of attribute email_message.
7704 7705 7706 |
# File 'sig/types.rbs', line 7704 def @email_message end |
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
7699 7700 7701 |
# File 'sig/types.rbs', line 7699 def from_email_address @from_email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7698 7699 7700 |
# File 'sig/types.rbs', line 7698 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
7703 7704 7705 |
# File 'sig/types.rbs', line 7703 def name @name end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
7702 7703 7704 |
# File 'sig/types.rbs', line 7702 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7708 7709 7710 |
# File 'sig/types.rbs', line 7708 def @related_contact_id end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
7710 7711 7712 |
# File 'sig/types.rbs', line 7710 def segment_attributes @segment_attributes end |