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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


18257
18258
18259
18260
18261
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18257

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