Class: Aws::Types::StartOutboundEmailContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_recipientsTypes::OutboundAdditionalRecipients

Returns the value of attribute additional_recipients.



7761
7762
7763
# File 'sig/types.rbs', line 7761

def additional_recipients
  @additional_recipients
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7763
7764
7765
# File 'sig/types.rbs', line 7763

def client_token
  @client_token
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


7758
7759
7760
# File 'sig/types.rbs', line 7758

def contact_id
  @contact_id
end

#destination_email_addressTypes::EmailAddressInfo

Returns the value of attribute destination_email_address.



7760
7761
7762
# File 'sig/types.rbs', line 7760

def destination_email_address
  @destination_email_address
end

#email_messageTypes::OutboundEmailContent

Returns the value of attribute email_message.



7762
7763
7764
# File 'sig/types.rbs', line 7762

def email_message
  @email_message
end

#from_email_addressTypes::EmailAddressInfo

Returns the value of attribute from_email_address.



7759
7760
7761
# File 'sig/types.rbs', line 7759

def from_email_address
  @from_email_address
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7757
7758
7759
# File 'sig/types.rbs', line 7757

def instance_id
  @instance_id
end