ListNetworksInput
public struct ListNetworksInput : AWSShape
extension ManagedBlockchain.ListNetworksInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An optional framework specifier. If provided, only networks of this framework type are listed.
Declaration
Swift
public let framework: Framework? -
The maximum number of networks to list.
Declaration
Swift
public let maxResults: Int? -
The name of the network.
Declaration
Swift
public let name: String? -
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let nextToken: String? -
An optional status specifier. If provided, only networks currently in this status are listed.
Declaration
Swift
public let status: NetworkStatus? -
Undocumented
Declaration
Swift
public init(framework: Framework? = nil, maxResults: Int? = nil, name: String? = nil, nextToken: String? = nil, status: NetworkStatus? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ManagedBlockchain.ListNetworksInput
View on GitHub
ListNetworksInput Structure Reference