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:



19178
19179
19180
19181
19182
19183
19184
19185
# File 'lib/aws-sdk-quicksight/types.rb', line 19178

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)


19178
19179
19180
19181
19182
19183
19184
19185
# File 'lib/aws-sdk-quicksight/types.rb', line 19178

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)


19178
19179
19180
19181
19182
19183
19184
19185
# File 'lib/aws-sdk-quicksight/types.rb', line 19178

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)


19178
19179
19180
19181
19182
19183
19184
19185
# File 'lib/aws-sdk-quicksight/types.rb', line 19178

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