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

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


464
465
466
467
468
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 464

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