Class: Aws::ManagedBlockchain::Types::GetNodeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nodeTypes::Node

Properties of the node configuration.

Returns:



750
751
752
753
754
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 750

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