Class: Aws::Types::CreatePersistentContactAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def client_token
  @client_token
end

#initial_contact_id::String

Returns the value of attribute initial_contact_id.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def initial_contact_id
  @initial_contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def instance_id
  @instance_id
end

#rehydration_type"ENTIRE_PAST_SESSION", "FROM_SEGMENT"

Returns the value of attribute rehydration_type.

Returns:

  • ("ENTIRE_PAST_SESSION", "FROM_SEGMENT")


1654
1655
1656
# File 'sig/types.rbs', line 1654

def rehydration_type
  @rehydration_type
end

#source_contact_id::String

Returns the value of attribute source_contact_id.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def source_contact_id
  @source_contact_id
end