Class: Aws::ManagedBlockchain::Types::CreateNodeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::CreateNodeOutput
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_id ⇒ String
The unique identifier of the node.
Instance Attribute Details
#node_id ⇒ String
The unique identifier of the node.
489 490 491 492 493 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 489 class CreateNodeOutput < Struct.new( :node_id) SENSITIVE = [] include Aws::Structure end |