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)


2882
2883
2884
# File 'sig/types.rbs', line 2882

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2893
2894
2895
# File 'sig/types.rbs', line 2893

def expected_bucket_owner
  @expected_bucket_owner
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


2887
2888
2889
# File 'sig/types.rbs', line 2887

def expression
  @expression
end

#expression_type"SQL"

Returns the value of attribute expression_type.

Returns:

  • ("SQL")


2888
2889
2890
# File 'sig/types.rbs', line 2888

def expression_type
  @expression_type
end

#input_serializationTypes::InputSerialization

Returns the value of attribute input_serialization.



2890
2891
2892
# File 'sig/types.rbs', line 2890

def input_serialization
  @input_serialization
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2883
2884
2885
# File 'sig/types.rbs', line 2883

def key
  @key
end

#output_serializationTypes::OutputSerialization

Returns the value of attribute output_serialization.



2891
2892
2893
# File 'sig/types.rbs', line 2891

def output_serialization
  @output_serialization
end

#request_progressTypes::RequestProgress

Returns the value of attribute request_progress.



2889
2890
2891
# File 'sig/types.rbs', line 2889

def request_progress
  @request_progress
end

#scan_rangeTypes::ScanRange

Returns the value of attribute scan_range.

Returns:



2892
2893
2894
# File 'sig/types.rbs', line 2892

def scan_range
  @scan_range
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


2884
2885
2886
# File 'sig/types.rbs', line 2884

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


2886
2887
2888
# File 'sig/types.rbs', line 2886

def sse_customer_key_md5
  @sse_customer_key_md5
end