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.
5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5149 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.
5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5149 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.)
5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5149 class ListDataAccessorsRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |