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)


5266
5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5266

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)


5266
5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5266

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)


5266
5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5266

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)


5266
5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5266

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)


5266
5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5266

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