Class: Aws::Types::Row
- Inherits:
-
Object
- Object
- Aws::Types::Row
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archived_message_id ⇒ ::String
Returns the value of attribute archived_message_id.
-
#cc ⇒ ::String
Returns the value of attribute cc.
-
#date ⇒ ::String
Returns the value of attribute date.
-
#envelope ⇒ Types::Envelope
Returns the value of attribute envelope.
-
#from ⇒ ::String
Returns the value of attribute from.
-
#has_attachments ⇒ Boolean
Returns the value of attribute has_attachments.
-
#in_reply_to ⇒ ::String
Returns the value of attribute in_reply_to.
-
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#received_headers ⇒ ::Array[::String]
Returns the value of attribute received_headers.
-
#received_timestamp ⇒ ::Time
Returns the value of attribute received_timestamp.
-
#sender_hostname ⇒ ::String
Returns the value of attribute sender_hostname.
-
#sender_ip_address ⇒ ::String
Returns the value of attribute sender_ip_address.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#to ⇒ ::String
Returns the value of attribute to.
-
#x_mailer ⇒ ::String
Returns the value of attribute x_mailer.
-
#x_original_mailer ⇒ ::String
Returns the value of attribute x_original_mailer.
-
#x_priority ⇒ ::String
Returns the value of attribute x_priority.
Instance Attribute Details
#archived_message_id ⇒ ::String
Returns the value of attribute archived_message_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def @archived_message_id end |
#cc ⇒ ::String
Returns the value of attribute cc.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def cc @cc end |
#date ⇒ ::String
Returns the value of attribute date.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def date @date end |
#envelope ⇒ Types::Envelope
Returns the value of attribute envelope.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def envelope @envelope end |
#from ⇒ ::String
Returns the value of attribute from.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def from @from end |
#has_attachments ⇒ Boolean
Returns the value of attribute has_attachments.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def @has_attachments end |
#in_reply_to ⇒ ::String
Returns the value of attribute in_reply_to.
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.
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.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def @message_id end |
#received_headers ⇒ ::Array[::String]
Returns the value of attribute received_headers.
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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def @received_timestamp end |
#sender_hostname ⇒ ::String
Returns the value of attribute sender_hostname.
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.
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.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def source_arn @source_arn end |
#subject ⇒ ::String
Returns the value of attribute subject.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def subject @subject end |
#to ⇒ ::String
Returns the value of attribute to.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def to @to end |
#x_mailer ⇒ ::String
Returns the value of attribute x_mailer.
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.
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.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def x_priority @x_priority end |