Class: Aws::QBusiness::Types::ListDataAccessorsRequest

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

#application_idString

The unique identifier of the Amazon Q Business application.

Returns:

  • (String)


5181
5182
5183
5184
5185
5186
5187
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181

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

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


5181
5182
5183
5184
5185
5186
5187
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181

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

#next_tokenString

The token for the next set of results. (You received this token from a previous call.)

Returns:

  • (String)


5181
5182
5183
5184
5185
5186
5187
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181

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