Class: Aws::Types::StartEmailContactRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:destination_email_address, :description, :name, :attachments])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_recipientsTypes::InboundAdditionalRecipients

Returns the value of attribute additional_recipients.



8029
8030
8031
# File 'sig/types.rbs', line 8029

def additional_recipients
  @additional_recipients
end

#attachments::Array[Types::EmailAttachment]

Returns the value of attribute attachments.

Returns:



8030
8031
8032
# File 'sig/types.rbs', line 8030

def attachments
  @attachments
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


8033
8034
8035
# File 'sig/types.rbs', line 8033

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8035
8036
8037
# File 'sig/types.rbs', line 8035

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8031
8032
8033
# File 'sig/types.rbs', line 8031

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8025
8026
8027
# File 'sig/types.rbs', line 8025

def description
  @description
end

#destination_email_address::String

Returns the value of attribute destination_email_address.

Returns:

  • (::String)


8024
8025
8026
# File 'sig/types.rbs', line 8024

def destination_email_address
  @destination_email_address
end

#email_messageTypes::InboundEmailContent

Returns the value of attribute email_message.



8028
8029
8030
# File 'sig/types.rbs', line 8028

def email_message
  @email_message
end

#from_email_addressTypes::EmailAddressInfo

Returns the value of attribute from_email_address.



8023
8024
8025
# File 'sig/types.rbs', line 8023

def from_email_address
  @from_email_address
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8022
8023
8024
# File 'sig/types.rbs', line 8022

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8027
8028
8029
# File 'sig/types.rbs', line 8027

def name
  @name
end

#references::Hash[::String, Types::Reference]

Returns the value of attribute references.

Returns:



8026
8027
8028
# File 'sig/types.rbs', line 8026

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


8032
8033
8034
# File 'sig/types.rbs', line 8032

def related_contact_id
  @related_contact_id
end

#segment_attributes::Hash[::String, Types::SegmentAttributeValue]

Returns the value of attribute segment_attributes.

Returns:



8034
8035
8036
# File 'sig/types.rbs', line 8034

def segment_attributes
  @segment_attributes
end