Class: Aws::Ivschat::Types::FirehoseDestinationConfiguration

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

Overview

Specifies a Kinesis Firehose location where chat logs will be stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_nameString

Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.

Returns:

  • (String)


466
467
468
469
470
# File 'lib/aws-sdk-ivschat/types.rb', line 466

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