NetworkSummary

A summary of network configuration properties.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The date and time that the network was created.

Link copied to clipboard

An optional description of the network.

Link copied to clipboard

The blockchain framework that the network uses.

Link copied to clipboard

The version of the blockchain framework that the network uses.

Link copied to clipboard
val id: String?

The unique identifier of the network.

Link copied to clipboard
val name: String?

The name of the network.

Link copied to clipboard

The current status of the network.

Functions

Link copied to clipboard
inline fun copy(block: NetworkSummary.Builder.() -> Unit = {}): NetworkSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String