Class: Aws::Types::CreateContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:



1459
1460
1461
# File 'sig/types.rbs', line 1459

def attributes
  @attributes
end

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:



1461
1462
1463
# File 'sig/types.rbs', line 1461

def channel
  @channel
end

#client_token::String

Returns the value of attribute client_token.

Returns:



1457
1458
1459
# File 'sig/types.rbs', line 1457

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



1467
1468
1469
# File 'sig/types.rbs', line 1467

def description
  @description
end

#expiry_duration_in_minutes::Integer

Returns the value of attribute expiry_duration_in_minutes.

Returns:



1463
1464
1465
# File 'sig/types.rbs', line 1463

def expiry_duration_in_minutes
  @expiry_duration_in_minutes
end

#initiate_as"CONNECTED_TO_USER", "COMPLETED"

Returns the value of attribute initiate_as.

Returns:



1465
1466
1467
# File 'sig/types.rbs', line 1465

def initiate_as
  @initiate_as
end

#initiation_method"INBOUND", ...

Returns the value of attribute initiation_method.

Returns:



1462
1463
1464
# File 'sig/types.rbs', line 1462

def initiation_method
  @initiation_method
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



1456
1457
1458
# File 'sig/types.rbs', line 1456

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:



1466
1467
1468
# File 'sig/types.rbs', line 1466

def name
  @name
end

#previous_contact_id::String

Returns the value of attribute previous_contact_id.

Returns:



1469
1470
1471
# File 'sig/types.rbs', line 1469

def previous_contact_id
  @previous_contact_id
end

#references::Hash[::String, Types::Reference]

Returns the value of attribute references.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:



1458
1459
1460
# File 'sig/types.rbs', line 1458

def related_contact_id
  @related_contact_id
end

#segment_attributes::Hash[::String, Types::SegmentAttributeValue]

Returns the value of attribute segment_attributes.

Returns:



1468
1469
1470
# File 'sig/types.rbs', line 1468

def segment_attributes
  @segment_attributes
end

#user_infoTypes::UserInfo

Returns the value of attribute user_info.

Returns:



1464
1465
1466
# File 'sig/types.rbs', line 1464

def 
  @user_info
end