Class: Aws::QBusiness::Types::ListDataAccessorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDataAccessorsRequest
- Defined in:
- gems/aws-sdk-qbusiness/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.
6160 6161 6162 6163 6164 6165 6166 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6160 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.
6160 6161 6162 6163 6164 6165 6166 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6160 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.)
6160 6161 6162 6163 6164 6165 6166 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6160 class ListDataAccessorsRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |