Class: Aws::Types::StartWebRTCContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartWebRTCContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_capabilities ⇒ Types::AllowedCapabilities
Returns the value of attribute allowed_capabilities.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
-
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
-
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
Instance Attribute Details
#allowed_capabilities ⇒ Types::AllowedCapabilities
Returns the value of attribute allowed_capabilities.
8044 8045 8046 |
# File 'sig/types.rbs', line 8044 def allowed_capabilities @allowed_capabilities end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
8040 8041 8042 |
# File 'sig/types.rbs', line 8040 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8041 8042 8043 |
# File 'sig/types.rbs', line 8041 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8042 8043 8044 |
# File 'sig/types.rbs', line 8042 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8048 8049 8050 |
# File 'sig/types.rbs', line 8048 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8043 8044 8045 |
# File 'sig/types.rbs', line 8043 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
8045 8046 8047 |
# File 'sig/types.rbs', line 8045 def participant_details @participant_details end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8047 8048 8049 |
# File 'sig/types.rbs', line 8047 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8046 8047 8048 |
# File 'sig/types.rbs', line 8046 def @related_contact_id end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
8049 8050 8051 |
# File 'sig/types.rbs', line 8049 def segment_attributes @segment_attributes end |