Class: Aws::ManagedBlockchain::Types::CreateNodeOutput

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

#node_idString

The unique identifier of the node.

Returns:

  • (String)


486
487
488
489
490
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 486

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