Class: Aws::Types::CreatePersistentContactAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.



1695
1696
1697
# File 'sig/types.rbs', line 1695

def client_token
  @client_token
end

#initial_contact_id::String

Returns the value of attribute initial_contact_id.



1692
1693
1694
# File 'sig/types.rbs', line 1692

def initial_contact_id
  @initial_contact_id
end

#instance_id::String

Returns the value of attribute instance_id.



1691
1692
1693
# File 'sig/types.rbs', line 1691

def instance_id
  @instance_id
end

#rehydration_type"ENTIRE_PAST_SESSION", "FROM_SEGMENT"

Returns the value of attribute rehydration_type.



1693
1694
1695
# File 'sig/types.rbs', line 1693

def rehydration_type
  @rehydration_type
end

#source_contact_id::String

Returns the value of attribute source_contact_id.



1694
1695
1696
# File 'sig/types.rbs', line 1694

def source_contact_id
  @source_contact_id
end