Class: Aws::QBusiness::Types::ListDataAccessorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_accessorsArray<Types::DataAccessor>

The list of data accessors.

Returns:



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_tokenString

The token to use to retrieve the next set of results, if there are any.

Returns:

  • (String)


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