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.
Instance Attribute Details
#allowed_capabilities ⇒ Types::AllowedCapabilities
Returns the value of attribute allowed_capabilities.
8019 8020 8021 |
# File 'sig/types.rbs', line 8019 def allowed_capabilities @allowed_capabilities end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
8015 8016 8017 |
# File 'sig/types.rbs', line 8015 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8016 8017 8018 |
# File 'sig/types.rbs', line 8016 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8017 8018 8019 |
# File 'sig/types.rbs', line 8017 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8023 8024 8025 |
# File 'sig/types.rbs', line 8023 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8018 8019 8020 |
# File 'sig/types.rbs', line 8018 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
8020 8021 8022 |
# File 'sig/types.rbs', line 8020 def participant_details @participant_details end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8022 8023 8024 |
# File 'sig/types.rbs', line 8022 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8021 8022 8023 |
# File 'sig/types.rbs', line 8021 def @related_contact_id end |