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)


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