ListProposalsInput
public struct ListProposalsInput : AWSShape
extension ManagedBlockchain.ListProposalsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of proposals to return.
Declaration
Swift
public let maxResults: Int? -
The unique identifier of the network.
Declaration
Swift
public let networkId: String -
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, networkId: String, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ManagedBlockchain.ListProposalsInput
View on GitHub
ListProposalsInput Structure Reference