Class: Aws::QuickSight::Types::AnalysisSummary

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

Overview

The summary metadata that describes an analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The ID of the analysis. This ID displays in the URL.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 622

class AnalysisSummary < Struct.new(
  :arn,
  :analysis_id,
  :name,
  :status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) for the analysis.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 622

class AnalysisSummary < Struct.new(
  :arn,
  :analysis_id,
  :name,
  :status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that the analysis was created.

Returns:

  • (Time)


622
623
624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 622

class AnalysisSummary < Struct.new(
  :arn,
  :analysis_id,
  :name,
  :status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time that the analysis was last updated.

Returns:

  • (Time)


622
623
624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 622

class AnalysisSummary < Struct.new(
  :arn,
  :analysis_id,
  :name,
  :status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the analysis. This name is displayed in the Amazon QuickSight console.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 622

class AnalysisSummary < Struct.new(
  :arn,
  :analysis_id,
  :name,
  :status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The last known status for the analysis.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 622

class AnalysisSummary < Struct.new(
  :arn,
  :analysis_id,
  :name,
  :status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end