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.
7849 7850 7851 |
# File 'sig/types.rbs', line 7849 def allowed_capabilities @allowed_capabilities end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
7845 7846 7847 |
# File 'sig/types.rbs', line 7845 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7846 7847 7848 |
# File 'sig/types.rbs', line 7846 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
7847 7848 7849 |
# File 'sig/types.rbs', line 7847 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
7853 7854 7855 |
# File 'sig/types.rbs', line 7853 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7848 7849 7850 |
# File 'sig/types.rbs', line 7848 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
7850 7851 7852 |
# File 'sig/types.rbs', line 7850 def participant_details @participant_details end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
7852 7853 7854 |
# File 'sig/types.rbs', line 7852 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7851 7852 7853 |
# File 'sig/types.rbs', line 7851 def @related_contact_id end |