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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


490
491
492
493
494
# File 'lib/aws-sdk-managedblockchain/types.rb', line 490

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