Class: Aws::Ivschat::Types::S3DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::S3DestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Specifies an S3 location where chat logs will be stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
Name of the Amazon S3 bucket where chat activity will be logged.
Instance Attribute Details
#bucket_name ⇒ String
Name of the Amazon S3 bucket where chat activity will be logged.
936 937 938 939 940 |
# File 'lib/aws-sdk-ivschat/types.rb', line 936 class S3DestinationConfiguration < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |