class Aws::ManagedBlockchain::Types::ListProposalVotesInput

@note When making an API call, you may pass ListProposalVotesInput

data as a hash:

    {
      network_id: "ResourceIdString", # required
      proposal_id: "ResourceIdString", # required
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] network_id

The unique identifier of the network.
@return [String]

@!attribute [rw] proposal_id

The unique identifier of the proposal.
@return [String]

@!attribute [rw] max_results

The maximum number of votes to return.
@return [Integer]

@!attribute [rw] next_token

The pagination token that indicates the next set of results to
retrieve.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListProposalVotesInput AWS API Documentation

Constants

SENSITIVE