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
show all
Defined in:
(unknown)

Overview

A summary of network configuration properties.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time that the network was created.

Returns:

  • (Time)

    The date and time that the network was created.

#descriptionString

An optional description of the network.

Returns:

  • (String)

    An optional description of the network.

#frameworkString

The blockchain framework that the network uses.

Possible values:

  • HYPERLEDGER_FABRIC

Returns:

  • (String)

    The blockchain framework that the network uses.

#framework_versionString

The version of the blockchain framework that the network uses.

Returns:

  • (String)

    The version of the blockchain framework that the network uses.

#idString

The unique identifier of the network.

Returns:

  • (String)

    The unique identifier of the network.

#nameString

The name of the network.

Returns:

  • (String)

    The name of the network.

#statusString

The current status of the network.

Possible values:

  • CREATING
  • AVAILABLE
  • CREATE_FAILED
  • DELETING
  • DELETED

Returns:

  • (String)

    The current status of the network.