Class: Aws::ManagedBlockchainQuery::Types::ListAssetContractsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contract_filterTypes::ContractFilter

Contains the filter parameter for the request.



517
518
519
520
521
522
523
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 517

class ListAssetContractsInput < Struct.new(
  :contract_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of contracts to list.

Default: ‘100`

<note markdown=“1”> Even if additional results can be retrieved, the request can return less results than ‘maxResults` or an empty array of results.

To retrieve the next set of results, make another request with the

returned ‘nextToken` value. The value of `nextToken` is `null` when there are no more results to return

</note>

Returns:

  • (Integer)


517
518
519
520
521
522
523
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 517

class ListAssetContractsInput < Struct.new(
  :contract_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


517
518
519
520
521
522
523
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 517

class ListAssetContractsInput < Struct.new(
  :contract_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end