Class: Aws::ManagedBlockchain::Types::ListAccessorsOutput

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

#accessorsArray<Types::AccessorSummary>

An array of AccessorSummary objects that contain configuration properties for each accessor.

Returns:



942
943
944
945
946
947
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 942

class ListAccessorsOutput < Struct.new(
  :accessors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


942
943
944
945
946
947
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 942

class ListAccessorsOutput < Struct.new(
  :accessors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end