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

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


932
933
934
935
936
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 932

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