Class: Aws::Types::PersistentChat
- Inherits:
-
Object
- Object
- Aws::Types::PersistentChat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rehydration_type ⇒ "ENTIRE_PAST_SESSION", "FROM_SEGMENT"
Returns the value of attribute rehydration_type.
-
#source_contact_id ⇒ ::String
Returns the value of attribute source_contact_id.
Instance Attribute Details
#rehydration_type ⇒ "ENTIRE_PAST_SESSION", "FROM_SEGMENT"
Returns the value of attribute rehydration_type.
6039 6040 6041 |
# File 'sig/types.rbs', line 6039 def rehydration_type @rehydration_type end |
#source_contact_id ⇒ ::String
Returns the value of attribute source_contact_id.
6040 6041 6042 |
# File 'sig/types.rbs', line 6040 def source_contact_id @source_contact_id end |