Class: Aws::ManagedBlockchain::Types::NetworkFabricAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkFabricAttributes
- 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
-
#edition ⇒ String
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.
-
#ordering_service_endpoint ⇒ String
The endpoint of the ordering service for the network.
Instance Attribute Details
#edition ⇒ String
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see [Amazon Managed Blockchain Pricing].
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_endpoint ⇒ String
The endpoint of the ordering service for the network.
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 |