Class: Aws::Connect::Types::StartContactStreamingResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_idString

The identifier of the streaming configuration enabled.

Returns:

  • (String)


17329
17330
17331
17332
17333
# File 'lib/aws-sdk-connect/types.rb', line 17329

class StartContactStreamingResponse < Struct.new(
  :streaming_id)
  SENSITIVE = []
  include Aws::Structure
end