Class: Aws::ManagedBlockchain::Types::ListAccessorsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of accessors to list.

Returns:

  • (Integer)


922
923
924
925
926
927
928
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 922

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

#network_typeString

The blockchain network that the Accessor token is created for.

Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

Returns:

  • (String)


922
923
924
925
926
927
928
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 922

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

#next_tokenString

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

Returns:

  • (String)


922
923
924
925
926
927
928
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 922

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