Class: Aws::QuickSight::Types::DescribeAnalysisRequest

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

#analysis_idString

The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

Returns:

  • (String)


10879
10880
10881
10882
10883
10884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10879

class DescribeAnalysisRequest < Struct.new(
  :aws_account_id,
  :analysis_id)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

Returns:

  • (String)


10879
10880
10881
10882
10883
10884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10879

class DescribeAnalysisRequest < Struct.new(
  :aws_account_id,
  :analysis_id)
  SENSITIVE = []
  include Aws::Structure
end