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:



753
754
755
756
757
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 753

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