Class: Aws::Types::Row

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sender_ip_address])

Instance Attribute Summary collapse

Instance Attribute Details

#archived_message_id::String

Returns the value of attribute archived_message_id.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def archived_message_id
  @archived_message_id
end

#cc::String

Returns the value of attribute cc.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def cc
  @cc
end

#date::String

Returns the value of attribute date.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def date
  @date
end

#envelopeTypes::Envelope

Returns the value of attribute envelope.

Returns:



1108
1109
1110
# File 'sig/types.rbs', line 1108

def envelope
  @envelope
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def from
  @from
end

#has_attachmentsBoolean

Returns the value of attribute has_attachments.

Returns:

  • (Boolean)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def has_attachments
  @has_attachments
end

#in_reply_to::String

Returns the value of attribute in_reply_to.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def in_reply_to
  @in_reply_to
end

#ingress_point_id::String

Returns the value of attribute ingress_point_id.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def ingress_point_id
  @ingress_point_id
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def message_id
  @message_id
end

#received_headers::Array[::String]

Returns the value of attribute received_headers.

Returns:

  • (::Array[::String])


1100
1101
1102
# File 'sig/types.rbs', line 1100

def received_headers
  @received_headers
end

#received_timestamp::Time

Returns the value of attribute received_timestamp.

Returns:

  • (::Time)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def received_timestamp
  @received_timestamp
end

#sender_hostname::String

Returns the value of attribute sender_hostname.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def sender_hostname
  @sender_hostname
end

#sender_ip_address::String

Returns the value of attribute sender_ip_address.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def sender_ip_address
  @sender_ip_address
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def source_arn
  @source_arn
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def subject
  @subject
end

#to::String

Returns the value of attribute to.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def to
  @to
end

#x_mailer::String

Returns the value of attribute x_mailer.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def x_mailer
  @x_mailer
end

#x_original_mailer::String

Returns the value of attribute x_original_mailer.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def x_original_mailer
  @x_original_mailer
end

#x_priority::String

Returns the value of attribute x_priority.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def x_priority
  @x_priority
end