Class: Aws::Types::StartWebRTCContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_capabilitiesTypes::AllowedCapabilities

Returns the value of attribute allowed_capabilities.



8173
8174
8175
# File 'sig/types.rbs', line 8173

def allowed_capabilities
  @allowed_capabilities
end

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

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


8169
8170
8171
# File 'sig/types.rbs', line 8169

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8170
8171
8172
# File 'sig/types.rbs', line 8170

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8171
8172
8173
# File 'sig/types.rbs', line 8171

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8177
8178
8179
# File 'sig/types.rbs', line 8177

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8172
8173
8174
# File 'sig/types.rbs', line 8172

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



8174
8175
8176
# File 'sig/types.rbs', line 8174

def participant_details
  @participant_details
end

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

Returns the value of attribute references.

Returns:



8176
8177
8178
# File 'sig/types.rbs', line 8176

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


8175
8176
8177
# File 'sig/types.rbs', line 8175

def related_contact_id
  @related_contact_id
end

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

Returns the value of attribute segment_attributes.

Returns:



8178
8179
8180
# File 'sig/types.rbs', line 8178

def segment_attributes
  @segment_attributes
end