Class: Aws::QuickSight::Types::ListIngestionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIngestionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingestions ⇒ Array<Types::Ingestion>
A list of the ingestions.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#ingestions ⇒ Array<Types::Ingestion>
A list of the ingestions.
21198 21199 21200 21201 21202 21203 21204 21205 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21198 class ListIngestionsResponse < Struct.new( :ingestions, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
21198 21199 21200 21201 21202 21203 21204 21205 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21198 class ListIngestionsResponse < Struct.new( :ingestions, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
21198 21199 21200 21201 21202 21203 21204 21205 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21198 class ListIngestionsResponse < Struct.new( :ingestions, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21198 21199 21200 21201 21202 21203 21204 21205 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21198 class ListIngestionsResponse < Struct.new( :ingestions, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |