Class: Aws::Types::ResumeContactRecordingRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResumeContactRecordingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#contact_recording_type ⇒ "AGENT", ...
Returns the value of attribute contact_recording_type.
-
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7043 7044 7045 |
# File 'sig/types.rbs', line 7043 def contact_id @contact_id end |
#contact_recording_type ⇒ "AGENT", ...
Returns the value of attribute contact_recording_type.
7045 7046 7047 |
# File 'sig/types.rbs', line 7045 def contact_recording_type @contact_recording_type end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
7044 7045 7046 |
# File 'sig/types.rbs', line 7044 def initial_contact_id @initial_contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7042 7043 7044 |
# File 'sig/types.rbs', line 7042 def instance_id @instance_id end |