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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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.

Returns:

  • (String)


1840
1841
1842
1843
1844
1845
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1840

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)


1840
1841
1842
1843
1844
1845
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1840

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