Class: Aws::ManagedBlockchain::Types::UpdateNodeInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_publishing_configurationTypes::NodeLogPublishingConfiguration

Configuration properties for publishing to Amazon CloudWatch Logs.



2719
2720
2721
2722
2723
2724
2725
2726
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2719

class UpdateNodeInput < Struct.new(
  :network_id,
  :member_id,
  :node_id,
  :log_publishing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#member_idString

The unique identifier of the member that owns the node.

Applies only to Hyperledger Fabric.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2719

class UpdateNodeInput < Struct.new(
  :network_id,
  :member_id,
  :node_id,
  :log_publishing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The unique identifier of the network that the node is on.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2719

class UpdateNodeInput < Struct.new(
  :network_id,
  :member_id,
  :node_id,
  :log_publishing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

The unique identifier of the node.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2719

class UpdateNodeInput < Struct.new(
  :network_id,
  :member_id,
  :node_id,
  :log_publishing_configuration)
  SENSITIVE = []
  include Aws::Structure
end