Class: Aws::Ivschat::Types::FirehoseDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::FirehoseDestinationConfiguration
- 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
-
#delivery_stream_name ⇒ String
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
Instance Attribute Details
#delivery_stream_name ⇒ String
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
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 |