Network
public struct Network : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that the network was created.
Declaration
Swift
public let creationDate: TimeStamp? -
Attributes of the blockchain framework for the network.
Declaration
Swift
public let description: String? -
The blockchain framework that the network uses.
Declaration
Swift
public let framework: Framework? -
Attributes of the blockchain framework that the network uses.
Declaration
Swift
public let frameworkAttributes: NetworkFrameworkAttributes? -
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? -
The voting rules for the network to decide if a proposal is accepted.
Declaration
Swift
public let votingPolicy: VotingPolicy? -
The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.
Declaration
Swift
public let vpcEndpointServiceName: String? -
init(creationDate:description:framework:frameworkAttributes:frameworkVersion:id:name:status:votingPolicy:vpcEndpointServiceName:)Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, description: String? = nil, framework: Framework? = nil, frameworkAttributes: NetworkFrameworkAttributes? = nil, frameworkVersion: String? = nil, id: String? = nil, name: String? = nil, status: NetworkStatus? = nil, votingPolicy: VotingPolicy? = nil, vpcEndpointServiceName: String? = nil)
View on GitHub
Network Structure Reference