Class: Aws::QBusiness::Types::ListDataAccessorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDataAccessorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_accessors ⇒ Array<Types::DataAccessor>
The list of data accessors.
-
#next_token ⇒ String
The token to use to retrieve the next set of results, if there are any.
Instance Attribute Details
#data_accessors ⇒ Array<Types::DataAccessor>
The list of data accessors.
6179 6180 6181 6182 6183 6184 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6179 class ListDataAccessorsResponse < Struct.new( :data_accessors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results, if there are any.
6179 6180 6181 6182 6183 6184 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6179 class ListDataAccessorsResponse < Struct.new( :data_accessors, :next_token) SENSITIVE = [] include Aws::Structure end |