Class: Aws::Connect::Types::StartContactStreamingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartContactStreamingResponse
- Defined in:
- gems/aws-sdk-connect/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.
21719 21720 21721 21722 21723 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21719 class StartContactStreamingResponse < Struct.new( :streaming_id) SENSITIVE = [] include Aws::Structure end |