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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1300
1301
1302
1303
1304
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1300

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