NetworkSummary
public struct NetworkSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that the network was created.
Declaration
Swift
public let creationDate: TimeStamp? -
An optional description of the network.
Declaration
Swift
public let description: String? -
The blockchain framework that the network uses.
Declaration
Swift
public let framework: Framework? -
The version of the blockchain framework that the network uses.
Declaration
Swift
public let frameworkVersion: String? -
The unique identifier of the network.
Declaration
Swift
public let id: String? -
The name of the network.
Declaration
Swift
public let name: String? -
The current status of the network.
Declaration
Swift
public let status: NetworkStatus? -
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, description: String? = nil, framework: Framework? = nil, frameworkVersion: String? = nil, id: String? = nil, name: String? = nil, status: NetworkStatus? = nil)
View on GitHub
NetworkSummary Structure Reference