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.
8144 8145 8146 |
# File 'sig/types.rbs', line 8144 def allowed_capabilities @allowed_capabilities end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
8140 8141 8142 |
# File 'sig/types.rbs', line 8140 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8141 8142 8143 |
# File 'sig/types.rbs', line 8141 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8142 8143 8144 |
# File 'sig/types.rbs', line 8142 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8148 8149 8150 |
# File 'sig/types.rbs', line 8148 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8143 8144 8145 |
# File 'sig/types.rbs', line 8143 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
8145 8146 8147 |
# File 'sig/types.rbs', line 8145 def participant_details @participant_details end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8147 8148 8149 |
# File 'sig/types.rbs', line 8147 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8146 8147 8148 |
# File 'sig/types.rbs', line 8146 def @related_contact_id end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
8149 8150 8151 |
# File 'sig/types.rbs', line 8149 def segment_attributes @segment_attributes end |