Class: Aws::QuickSight::Types::ListAnalysesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_summary_listArray<Types::AnalysisSummary>

Metadata describing each of the analyses that are listed.

Returns:



21460
21461
21462
21463
21464
21465
21466
21467
# File 'lib/aws-sdk-quicksight/types.rb', line 21460

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

#next_tokenString

A pagination token that can be used in a subsequent request.

Returns:

  • (String)


21460
21461
21462
21463
21464
21465
21466
21467
# File 'lib/aws-sdk-quicksight/types.rb', line 21460

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


21460
21461
21462
21463
21464
21465
21466
21467
# File 'lib/aws-sdk-quicksight/types.rb', line 21460

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


21460
21461
21462
21463
21464
21465
21466
21467
# File 'lib/aws-sdk-quicksight/types.rb', line 21460

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