Class: Aws::Types::NodeFabricLogPublishingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NodeFabricLogPublishingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chaincode_logs ⇒ Types::LogConfigurations
Returns the value of attribute chaincode_logs.
-
#peer_logs ⇒ Types::LogConfigurations
Returns the value of attribute peer_logs.
Instance Attribute Details
#chaincode_logs ⇒ Types::LogConfigurations
Returns the value of attribute chaincode_logs.
509 510 511 |
# File 'sig/types.rbs', line 509 def chaincode_logs @chaincode_logs end |
#peer_logs ⇒ Types::LogConfigurations
Returns the value of attribute peer_logs.
510 511 512 |
# File 'sig/types.rbs', line 510 def peer_logs @peer_logs end |