Class: Aws::ManagedBlockchain::Types::UpdateNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::UpdateNodeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Configuration properties for publishing to Amazon CloudWatch Logs.
-
#member_id ⇒ String
The unique identifier of the member that owns the node.
-
#network_id ⇒ String
The unique identifier of the network that the node is on.
-
#node_id ⇒ String
The unique identifier of the node.
Instance Attribute Details
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Configuration properties for publishing to Amazon CloudWatch Logs.
2765 2766 2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2765 class UpdateNodeInput < Struct.new( :network_id, :member_id, :node_id, :log_publishing_configuration) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
2765 2766 2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2765 class UpdateNodeInput < Struct.new( :network_id, :member_id, :node_id, :log_publishing_configuration) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The unique identifier of the network that the node is on.
2765 2766 2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2765 class UpdateNodeInput < Struct.new( :network_id, :member_id, :node_id, :log_publishing_configuration) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The unique identifier of the node.
2765 2766 2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2765 class UpdateNodeInput < Struct.new( :network_id, :member_id, :node_id, :log_publishing_configuration) SENSITIVE = [] include Aws::Structure end |