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

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



1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1097

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

#identifierString

Identifier of the logging configuration to be updated.

Returns:

  • (String)


1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1097

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

#nameString

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

Returns:

  • (String)


1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1097

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