ListProposalVotesInput

public struct ListProposalVotesInput : AWSShape
extension ManagedBlockchain.ListProposalVotesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of votes 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?
  • The unique identifier of the proposal.

    Declaration

    Swift

    public let proposalId: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, networkId: String, nextToken: String? = nil, proposalId: String)
  • Declaration

    Swift

    public func validate(name: String) throws