Class: Aws::ManagedBlockchain::Types::LogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::LogConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
A configuration for logging events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether logging is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether logging is enabled.
1286 1287 1288 1289 1290 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1286 class LogConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |