Class: Aws::Connect::Types::StartContactStreamingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartContactStreamingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_id ⇒ String
The identifier of the streaming configuration enabled.
Instance Attribute Details
#streaming_id ⇒ String
The identifier of the streaming configuration enabled.
19804 19805 19806 19807 19808 |
# File 'lib/aws-sdk-connect/types.rb', line 19804 class StartContactStreamingResponse < Struct.new( :streaming_id) SENSITIVE = [] include Aws::Structure end |