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

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

#network_idString

The unique identifier of the network to get information about.

Returns:

  • (String)


701
702
703
704
705
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 701

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