Class: Aws::Athena::Types::CalculationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Contains information about an application-specific calculation result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#result_s3_uriString

The Amazon S3 location of the folder for the calculation results.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-athena/types.rb', line 245

class CalculationResult < Struct.new(
  :std_out_s3_uri,
  :std_error_s3_uri,
  :result_s3_uri,
  :result_type)
  SENSITIVE = []
  include Aws::Structure
end

#result_typeString

The data format of the calculation result.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-athena/types.rb', line 245

class CalculationResult < Struct.new(
  :std_out_s3_uri,
  :std_error_s3_uri,
  :result_s3_uri,
  :result_type)
  SENSITIVE = []
  include Aws::Structure
end

#std_error_s3_uriString

The Amazon S3 location of the ‘stderr` error messages file for the calculation.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-athena/types.rb', line 245

class CalculationResult < Struct.new(
  :std_out_s3_uri,
  :std_error_s3_uri,
  :result_s3_uri,
  :result_type)
  SENSITIVE = []
  include Aws::Structure
end

#std_out_s3_uriString

The Amazon S3 location of the ‘stdout` file for the calculation.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-athena/types.rb', line 245

class CalculationResult < Struct.new(
  :std_out_s3_uri,
  :std_error_s3_uri,
  :result_s3_uri,
  :result_type)
  SENSITIVE = []
  include Aws::Structure
end