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.



457
458
459
460
461
462
463
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 457

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

#max_resultsInteger

The maximum number of contracts to list.

Returns:

  • (Integer)


457
458
459
460
461
462
463
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 457

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)


457
458
459
460
461
462
463
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 457

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