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.



8056
8057
8058
# File 'sig/types.rbs', line 8056

def additional_recipients
  @additional_recipients
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8058
8059
8060
# File 'sig/types.rbs', line 8058

def client_token
  @client_token
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


8053
8054
8055
# File 'sig/types.rbs', line 8053

def contact_id
  @contact_id
end

#destination_email_addressTypes::EmailAddressInfo

Returns the value of attribute destination_email_address.



8055
8056
8057
# File 'sig/types.rbs', line 8055

def destination_email_address
  @destination_email_address
end

#email_messageTypes::OutboundEmailContent

Returns the value of attribute email_message.



8057
8058
8059
# File 'sig/types.rbs', line 8057

def email_message
  @email_message
end

#from_email_addressTypes::EmailAddressInfo

Returns the value of attribute from_email_address.



8054
8055
8056
# File 'sig/types.rbs', line 8054

def from_email_address
  @from_email_address
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8052
8053
8054
# File 'sig/types.rbs', line 8052

def instance_id
  @instance_id
end