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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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)


1283
1284
1285
1286
1287
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1283

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