Class: Aws::ManagedBlockchain::Types::LogConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::LogConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
A collection of log configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloudwatch ⇒ Types::LogConfiguration
Parameters for publishing logs to Amazon CloudWatch Logs.
Instance Attribute Details
#cloudwatch ⇒ Types::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 |