Class: Aws::ManagedBlockchain::Types::GetNetworkInput

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

#network_idString

The unique identifier of the network to get information about.

Returns:

  • (String)


704
705
706
707
708
# File 'lib/aws-sdk-managedblockchain/types.rb', line 704

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