Class: Aws::Types::StopContactStreamingRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopContactStreamingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#streaming_id ⇒ ::String
Returns the value of attribute streaming_id.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7911 7912 7913 |
# File 'sig/types.rbs', line 7911 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7910 7911 7912 |
# File 'sig/types.rbs', line 7910 def instance_id @instance_id end |
#streaming_id ⇒ ::String
Returns the value of attribute streaming_id.
7912 7913 7914 |
# File 'sig/types.rbs', line 7912 def streaming_id @streaming_id end |