Class: Aws::Ivschat::Types::UpdateLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::UpdateLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_configuration ⇒ Types::DestinationConfiguration
A complex type that contains a destination configuration for where chat content will be logged.
-
#identifier ⇒ String
Identifier of the logging configuration to be updated.
-
#name ⇒ String
Logging-configuration name.
Instance Attribute Details
#destination_configuration ⇒ Types::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 |
#identifier ⇒ String
Identifier of the logging configuration to be updated.
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 |
#name ⇒ String
Logging-configuration name. The value does not need to be unique.
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 |