You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::NetworkSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkSummary
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date and time that the network was created.
-
#description ⇒ String
An optional description of the network.
-
#framework ⇒ String
The blockchain framework that the network uses.
-
#framework_version ⇒ String
The version of the blockchain framework that the network uses.
-
#id ⇒ String
The unique identifier of the network.
-
#name ⇒ String
The name of the network.
-
#status ⇒ String
The current status of the network.
Instance Attribute Details
#creation_date ⇒ Time
The date and time that the network was created.
#description ⇒ String
An optional description of the network.
#framework ⇒ String
The blockchain framework that the network uses.
Possible values:
- HYPERLEDGER_FABRIC
#framework_version ⇒ String
The version of the blockchain framework that the network uses.
#id ⇒ String
The unique identifier of the network.
#name ⇒ String
The name of the network.
#status ⇒ String
The current status of the network.
Possible values:
- CREATING
- AVAILABLE
- CREATE_FAILED
- DELETING
- DELETED