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.



7875
7876
7877
# File 'sig/types.rbs', line 7875

def additional_recipients
  @additional_recipients
end

#attachments::Array[Types::EmailAttachment]

Returns the value of attribute attachments.

Returns:



7876
7877
7878
# File 'sig/types.rbs', line 7876

def attachments
  @attachments
end

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

Returns the value of attribute attributes.

Returns:

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


7879
7880
7881
# File 'sig/types.rbs', line 7879

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7881
7882
7883
# File 'sig/types.rbs', line 7881

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


7877
7878
7879
# File 'sig/types.rbs', line 7877

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7871
7872
7873
# File 'sig/types.rbs', line 7871

def description
  @description
end

#destination_email_address::String

Returns the value of attribute destination_email_address.

Returns:

  • (::String)


7870
7871
7872
# File 'sig/types.rbs', line 7870

def destination_email_address
  @destination_email_address
end

#email_messageTypes::InboundEmailContent

Returns the value of attribute email_message.



7874
7875
7876
# File 'sig/types.rbs', line 7874

def email_message
  @email_message
end

#from_email_addressTypes::EmailAddressInfo

Returns the value of attribute from_email_address.



7869
7870
7871
# File 'sig/types.rbs', line 7869

def from_email_address
  @from_email_address
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7868
7869
7870
# File 'sig/types.rbs', line 7868

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7873
7874
7875
# File 'sig/types.rbs', line 7873

def name
  @name
end

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

Returns the value of attribute references.

Returns:



7872
7873
7874
# File 'sig/types.rbs', line 7872

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


7878
7879
7880
# File 'sig/types.rbs', line 7878

def related_contact_id
  @related_contact_id
end

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

Returns the value of attribute segment_attributes.

Returns:



7880
7881
7882
# File 'sig/types.rbs', line 7880

def segment_attributes
  @segment_attributes
end