Class: Aws::QuickSight::Types::UpdateAnalysisResponse

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_id ⇒ String

The ID of the analysis.

Returns:

  • (String)


49096
49097
49098
49099
49100
49101
49102
49103
49104
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49096

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

#arn ⇒ String

The ARN of the analysis that you're updating.

Returns:

  • (String)


49096
49097
49098
49099
49100
49101
49102
49103
49104
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49096

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


49096
49097
49098
49099
49100
49101
49102
49103
49104
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49096

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


49096
49097
49098
49099
49100
49101
49102
49103
49104
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49096

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

#update_status ⇒ String

The update status of the last update that was made to the analysis.

Returns:

  • (String)


49096
49097
49098
49099
49100
49101
49102
49103
49104
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49096

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