Class: Aws::Types::Item

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_time::String

Returns the value of attribute absolute_time.

Returns:

  • (::String)


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.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def attachments
  @attachments
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def contact_id
  @contact_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def id
  @id
end

#message_metadataTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT", "SUPERVISOR")


156
157
158
# File 'sig/types.rbs', line 156

def participant_role
  @participant_role
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def related_contact_id
  @related_contact_id
end

#type"TYPING", ...

Returns the value of attribute type.

Returns:

  • ("TYPING", "PARTICIPANT_JOINED", "PARTICIPANT_LEFT", "CHAT_ENDED", "TRANSFER_SUCCEEDED", "TRANSFER_FAILED", "MESSAGE", "EVENT", "ATTACHMENT", "CONNECTION_ACK", "MESSAGE_DELIVERED", "MESSAGE_READ")


153
154
155
# File 'sig/types.rbs', line 153

def type
  @type
end