Class: Aws::Types::CreatePersistentContactAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePersistentContactAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def client_token @client_token end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def initial_contact_id @initial_contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def instance_id @instance_id end |
#rehydration_type ⇒ "ENTIRE_PAST_SESSION", "FROM_SEGMENT"
Returns the value of attribute rehydration_type.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def rehydration_type @rehydration_type end |
#source_contact_id ⇒ ::String
Returns the value of attribute source_contact_id.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def source_contact_id @source_contact_id end |