class Aws::ManagedBlockchain::Types::ListProposalsInput

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

data as a hash:

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

@!attribute [rw] network_id

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

@!attribute [rw] max_results

The maximum number of proposals 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/ListProposalsInput AWS API Documentation

Constants

SENSITIVE