Class: Aws::Types::Item
- Inherits:
-
Object
- Object
- Aws::Types::Item
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_time ⇒ ::String
Returns the value of attribute absolute_time.
-
#attachments ⇒ ::Array[Types::AttachmentItem]
Returns the value of attribute attachments.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message_metadata ⇒ Types::MessageMetadata
Returns the value of attribute message_metadata.
-
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
-
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
-
#type ⇒ "TYPING", ...
Returns the value of attribute type.
Instance Attribute Details
#absolute_time ⇒ ::String
Returns the value of attribute absolute_time.
149 150 151 |
# File 'sig/types.rbs', line 149 def absolute_time @absolute_time end |
#attachments ⇒ ::Array[Types::AttachmentItem]
Returns the value of attribute attachments.
157 158 159 |
# File 'sig/types.rbs', line 157 def @attachments end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
160 161 162 |
# File 'sig/types.rbs', line 160 def contact_id @contact_id end |
#content ⇒ ::String
Returns the value of attribute content.
150 151 152 |
# File 'sig/types.rbs', line 150 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
151 152 153 |
# File 'sig/types.rbs', line 151 def content_type @content_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
155 156 157 |
# File 'sig/types.rbs', line 155 def display_name @display_name end |
#id ⇒ ::String
Returns the value of attribute id.
152 153 154 |
# File 'sig/types.rbs', line 152 def id @id end |
#message_metadata ⇒ Types::MessageMetadata
Returns the value of attribute message_metadata.
158 159 160 |
# File 'sig/types.rbs', line 158 def @message_metadata end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
154 155 156 |
# File 'sig/types.rbs', line 154 def participant_id @participant_id end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
156 157 158 |
# File 'sig/types.rbs', line 156 def participant_role @participant_role end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def @related_contact_id end |
#type ⇒ "TYPING", ...
Returns the value of attribute type.
153 154 155 |
# File 'sig/types.rbs', line 153 def type @type end |