Class: Aws::ManagedBlockchain::Types::CreateNetworkOutput

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

#member_idString

The unique identifier for the first member within the network.

Returns:

  • (String)


415
416
417
418
419
420
# File 'lib/aws-sdk-managedblockchain/types.rb', line 415

class CreateNetworkOutput < Struct.new(
  :network_id,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The unique identifier for the network.

Returns:

  • (String)


415
416
417
418
419
420
# File 'lib/aws-sdk-managedblockchain/types.rb', line 415

class CreateNetworkOutput < Struct.new(
  :network_id,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end