Class: Aws::ManagedBlockchain::Types::NetworkFabricAttributes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchain/types.rb

Overview

Attributes of Hyperledger Fabric for a network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#editionString

The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see [Amazon Managed Blockchain Pricing].

[1]: aws.amazon.com/managed-blockchain/pricing/

Returns:

  • (String)


1843
1844
1845
1846
1847
1848
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1843

class NetworkFabricAttributes < Struct.new(
  :ordering_service_endpoint,
  :edition)
  SENSITIVE = []
  include Aws::Structure
end

#ordering_service_endpointString

The endpoint of the ordering service for the network.

Returns:

  • (String)


1843
1844
1845
1846
1847
1848
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1843

class NetworkFabricAttributes < Struct.new(
  :ordering_service_endpoint,
  :edition)
  SENSITIVE = []
  include Aws::Structure
end