Class: Aws::ManagedBlockchain::Types::ListAccessorsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListAccessorsOutput
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accessors ⇒ Array<Types::AccessorSummary>
An array of AccessorSummary objects that contain configuration properties for each accessor.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#accessors ⇒ Array<Types::AccessorSummary>
An array of AccessorSummary objects that contain configuration properties for each accessor.
945 946 947 948 949 950 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 945 class ListAccessorsOutput < Struct.new( :accessors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
945 946 947 948 949 950 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 945 class ListAccessorsOutput < Struct.new( :accessors, :next_token) SENSITIVE = [] include Aws::Structure end |