You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::UpdateNodeInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ManagedBlockchain::Types::UpdateNodeInput
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing UpdateNodeInput as input to an Aws::Client method, you can use a vanilla Hash:
{
  network_id: "ResourceIdString", # required
  member_id: "ResourceIdString", # required
  node_id: "ResourceIdString", # required
  log_publishing_configuration: {
    fabric: {
      chaincode_logs: {
        cloudwatch: {
          enabled: false,
        },
      },
      peer_logs: {
        cloudwatch: {
          enabled: false,
        },
      },
    },
  },
}
Instance Attribute Summary collapse
- 
  
    
      #log_publishing_configuration  ⇒ Types::NodeLogPublishingConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration properties for publishing to Amazon CloudWatch Logs. 
- 
  
    
      #member_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID of the member that owns the node. 
- 
  
    
      #network_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID of the Managed Blockchain network to which the node belongs. 
- 
  
    
      #node_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID of the node. 
Instance Attribute Details
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Configuration properties for publishing to Amazon CloudWatch Logs.
#member_id ⇒ String
The unique ID of the member that owns the node.
#network_id ⇒ String
The unique ID of the Managed Blockchain network to which the node belongs.
#node_id ⇒ String
The unique ID of the node.