Class: Aws::QBusiness::Types::ListDataAccessorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDataAccessorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the Amazon Q Business application.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the Amazon Q Business application.
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_results ⇒ Integer
The maximum number of results to return in a single call.
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_token ⇒ String
The token for the next set of results. (You received this token from a previous call.)
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 |