Class: Aws::ManagedBlockchain::Types::LogConfiguration

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

Overview

A configuration for logging events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


1286
1287
1288
1289
1290
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1286

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