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

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_idString

The ID of the analysis.

Returns:

  • (String)


5689
5690
5691
5692
5693
5694
5695
5696
5697
# File 'lib/aws-sdk-quicksight/types.rb', line 5689

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)


5689
5690
5691
5692
5693
5694
5695
5696
5697
# File 'lib/aws-sdk-quicksight/types.rb', line 5689

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)


5689
5690
5691
5692
5693
5694
5695
5696
5697
# File 'lib/aws-sdk-quicksight/types.rb', line 5689

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)


5689
5690
5691
5692
5693
5694
5695
5696
5697
# File 'lib/aws-sdk-quicksight/types.rb', line 5689

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)


5689
5690
5691
5692
5693
5694
5695
5696
5697
# File 'lib/aws-sdk-quicksight/types.rb', line 5689

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