Class: Aws::QuickSight::Types::ListIngestionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingestionsArray<Types::Ingestion>

A list of the ingestions.

Returns:



18911
18912
18913
18914
18915
18916
18917
18918
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18911

class ListIngestionsResponse < Struct.new(
  :ingestions,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


18911
18912
18913
18914
18915
18916
18917
18918
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18911

class ListIngestionsResponse < Struct.new(
  :ingestions,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


18911
18912
18913
18914
18915
18916
18917
18918
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18911

class ListIngestionsResponse < Struct.new(
  :ingestions,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


18911
18912
18913
18914
18915
18916
18917
18918
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18911

class ListIngestionsResponse < Struct.new(
  :ingestions,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end