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.



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

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