Class: Aws::QuickSight::Types::CreateAnalysisResponse

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.

Returns:

  • (String)


4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4831

class CreateAnalysisResponse < Struct.new(
  :arn,
  :analysis_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN for the analysis.

Returns:

  • (String)


4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4831

class CreateAnalysisResponse < Struct.new(
  :arn,
  :analysis_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_statusString

The status of the creation of the analysis.

Returns:

  • (String)


4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4831

class CreateAnalysisResponse < Struct.new(
  :arn,
  :analysis_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4831

class CreateAnalysisResponse < Struct.new(
  :arn,
  :analysis_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4831

class CreateAnalysisResponse < Struct.new(
  :arn,
  :analysis_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end