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.
8127 8128 8129 |
# File 'sig/types.rbs', line 8127 def additional_recipients @additional_recipients end |
#attachments ⇒ ::Array[Types::EmailAttachment]
Returns the value of attribute attachments.
8128 8129 8130 |
# File 'sig/types.rbs', line 8128 def end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
8131 8132 8133 |
# File 'sig/types.rbs', line 8131 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8133 8134 8135 |
# File 'sig/types.rbs', line 8133 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8129 8130 8131 |
# File 'sig/types.rbs', line 8129 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8123 8124 8125 |
# File 'sig/types.rbs', line 8123 def description @description end |
#destination_email_address ⇒ ::String
Returns the value of attribute destination_email_address.
8122 8123 8124 |
# File 'sig/types.rbs', line 8122 def destination_email_address @destination_email_address end |
#email_message ⇒ Types::InboundEmailContent
Returns the value of attribute email_message.
8126 8127 8128 |
# File 'sig/types.rbs', line 8126 def end |
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
8121 8122 8123 |
# File 'sig/types.rbs', line 8121 def from_email_address @from_email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8120 8121 8122 |
# File 'sig/types.rbs', line 8120 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8125 8126 8127 |
# File 'sig/types.rbs', line 8125 def name @name end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8124 8125 8126 |
# File 'sig/types.rbs', line 8124 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8130 8131 8132 |
# File 'sig/types.rbs', line 8130 def end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
8132 8133 8134 |
# File 'sig/types.rbs', line 8132 def segment_attributes @segment_attributes end |