Class: Aws::Ivschat::Types::UpdateLoggingConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationTypes::DestinationConfiguration

A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (‘cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`.



1103
1104
1105
1106
1107
1108
1109
# File 'lib/aws-sdk-ivschat/types.rb', line 1103

class UpdateLoggingConfigurationRequest < Struct.new(
  :identifier,
  :name,
  :destination_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Identifier of the logging configuration to be updated.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
1109
# File 'lib/aws-sdk-ivschat/types.rb', line 1103

class UpdateLoggingConfigurationRequest < Struct.new(
  :identifier,
  :name,
  :destination_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Logging-configuration name. The value does not need to be unique.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
1109
# File 'lib/aws-sdk-ivschat/types.rb', line 1103

class UpdateLoggingConfigurationRequest < Struct.new(
  :identifier,
  :name,
  :destination_configuration)
  SENSITIVE = []
  include Aws::Structure
end