Class: Aws::Types::SelectObjectContentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sse_customer_key])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2858
2859
2860
# File 'sig/types.rbs', line 2858

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def expected_bucket_owner
  @expected_bucket_owner
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


2863
2864
2865
# File 'sig/types.rbs', line 2863

def expression
  @expression
end

#expression_type"SQL"

Returns the value of attribute expression_type.

Returns:

  • ("SQL")


2864
2865
2866
# File 'sig/types.rbs', line 2864

def expression_type
  @expression_type
end

#input_serializationTypes::InputSerialization

Returns the value of attribute input_serialization.



2866
2867
2868
# File 'sig/types.rbs', line 2866

def input_serialization
  @input_serialization
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2859
2860
2861
# File 'sig/types.rbs', line 2859

def key
  @key
end

#output_serializationTypes::OutputSerialization

Returns the value of attribute output_serialization.



2867
2868
2869
# File 'sig/types.rbs', line 2867

def output_serialization
  @output_serialization
end

#request_progressTypes::RequestProgress

Returns the value of attribute request_progress.



2865
2866
2867
# File 'sig/types.rbs', line 2865

def request_progress
  @request_progress
end

#scan_rangeTypes::ScanRange

Returns the value of attribute scan_range.

Returns:



2868
2869
2870
# File 'sig/types.rbs', line 2868

def scan_range
  @scan_range
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


2860
2861
2862
# File 'sig/types.rbs', line 2860

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


2861
2862
2863
# File 'sig/types.rbs', line 2861

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


2862
2863
2864
# File 'sig/types.rbs', line 2862

def sse_customer_key_md5
  @sse_customer_key_md5
end