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

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

#member_idString

The unique identifier for the first member within the network.

Returns:

  • (String)


412
413
414
415
416
417
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 412

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

#network_idString

The unique identifier for the network.

Returns:

  • (String)


412
413
414
415
416
417
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 412

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