Class: Aws::ManagedBlockchain::Types::LogConfigurations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

A collection of log configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloudwatchTypes::LogConfiguration

Parameters for publishing logs to Amazon CloudWatch Logs.



1297
1298
1299
1300
1301
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1297

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