Class: Aws::Ivschat::Types::S3DestinationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

Name of the Amazon S3 bucket where chat activity will be logged.

Returns:

  • (String)


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