Class: Aws::QuickSight::Types::SearchDataSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchDataSourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_summaries ⇒ Array<Types::DataSourceSummary>
A ‘DataSourceSummaries` object that returns a summary of a data source.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#data_source_summaries ⇒ Array<Types::DataSourceSummary>
A ‘DataSourceSummaries` object that returns a summary of a data source.
26329 26330 26331 26332 26333 26334 26335 26336 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26329 class SearchDataSourcesResponse < Struct.new( :data_source_summaries, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
26329 26330 26331 26332 26333 26334 26335 26336 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26329 class SearchDataSourcesResponse < Struct.new( :data_source_summaries, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
26329 26330 26331 26332 26333 26334 26335 26336 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26329 class SearchDataSourcesResponse < Struct.new( :data_source_summaries, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
26329 26330 26331 26332 26333 26334 26335 26336 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26329 class SearchDataSourcesResponse < Struct.new( :data_source_summaries, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |