Class: Aws::Types::StopContactRecordingRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopContactRecordingRequest
- 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.
8313 8314 8315 |
# File 'sig/types.rbs', line 8313 def contact_id @contact_id end |
#contact_recording_type ⇒ "AGENT", ...
Returns the value of attribute contact_recording_type.
8315 8316 8317 |
# File 'sig/types.rbs', line 8315 def contact_recording_type @contact_recording_type end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
8314 8315 8316 |
# File 'sig/types.rbs', line 8314 def initial_contact_id @initial_contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8312 8313 8314 |
# File 'sig/types.rbs', line 8312 def instance_id @instance_id end |