Method: Aws::S3::Types::SelectObjectContentRequest#expression_type

Defined in:
lib/aws-sdk-s3/types.rb

#expression_typeString

The type of the provided expression (for example, SQL).

Returns:



18661
18662
18663
18664
18665
18666
18667
18668
18669
18670
18671
18672
18673
18674
18675
18676
# File 'lib/aws-sdk-s3/types.rb', line 18661

class SelectObjectContentRequest < Struct.new(
  :bucket,
  :key,
  :sse_customer_algorithm,
  :sse_customer_key,
  :sse_customer_key_md5,
  :expression,
  :expression_type,
  :request_progress,
  :input_serialization,
  :output_serialization,
  :scan_range,
  :expected_bucket_owner)
  SENSITIVE = [:sse_customer_key]
  include Aws::Structure
end