Class: Aws::Types::StartWebRTCContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_capabilitiesTypes::AllowedCapabilities

Returns the value of attribute allowed_capabilities.

Returns:



8271
8272
8273
# File 'sig/types.rbs', line 8271

def allowed_capabilities
  @allowed_capabilities
end

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

Returns the value of attribute attributes.

Returns:



8267
8268
8269
# File 'sig/types.rbs', line 8267

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:



8268
8269
8270
# File 'sig/types.rbs', line 8268

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:



8269
8270
8271
# File 'sig/types.rbs', line 8269

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:



8275
8276
8277
# File 'sig/types.rbs', line 8275

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



8270
8271
8272
# File 'sig/types.rbs', line 8270

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.

Returns:



8272
8273
8274
# File 'sig/types.rbs', line 8272

def participant_details
  @participant_details
end

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

Returns the value of attribute references.

Returns:



8274
8275
8276
# File 'sig/types.rbs', line 8274

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:



8273
8274
8275
# File 'sig/types.rbs', line 8273

def related_contact_id
  @related_contact_id
end

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

Returns the value of attribute segment_attributes.

Returns:



8276
8277
8278
# File 'sig/types.rbs', line 8276

def segment_attributes
  @segment_attributes
end