Class: Aws::ManagedBlockchain::Types::GetNodeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetNodeOutput
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node ⇒ Types::Node
Properties of the node configuration.
Instance Attribute Details
#node ⇒ Types::Node
Properties of the node configuration.
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 |