Class: Aws::Athena::Types::CalculationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CalculationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Summary information for a notebook calculation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculation_execution_id ⇒ String
The calculation execution UUID.
-
#description ⇒ String
A description of the calculation.
-
#status ⇒ Types::CalculationStatus
Contains information about the status of the calculation.
Instance Attribute Details
#calculation_execution_id ⇒ String
The calculation execution UUID.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-athena/types.rb', line 343 class CalculationSummary < Struct.new( :calculation_execution_id, :description, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the calculation.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-athena/types.rb', line 343 class CalculationSummary < Struct.new( :calculation_execution_id, :description, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::CalculationStatus
Contains information about the status of the calculation.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-athena/types.rb', line 343 class CalculationSummary < Struct.new( :calculation_execution_id, :description, :status) SENSITIVE = [] include Aws::Structure end |