class AmazonS3::SelectObjectContentRequest
- AmazonS3::SelectObjectContentRequest
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #expected_bucket_owner : String | Nil
- #expected_bucket_owner=(expected_bucket_owner : String | Nil)
- #expression : String
- #expression=(expression : String)
- #expression_type : String
- #expression_type=(expression_type : String)
- #input_serialization : InputSerializationStruct
- #input_serialization=(input_serialization : InputSerializationStruct)
- #key : String
- #key=(key : String)
- #output_serialization : OutputSerializationStruct
- #output_serialization=(output_serialization : OutputSerializationStruct)
- #request_progress : RequestProgressStruct | Nil
- #request_progress=(request_progress : RequestProgressStruct | Nil)
- #scan_range : ScanRangeStruct | Nil
- #scan_range=(scan_range : ScanRangeStruct | Nil)
- #sse_customer_algorithm : String | Nil
- #sse_customer_algorithm=(sse_customer_algorithm : String | Nil)
- #sse_customer_key : String | Nil
- #sse_customer_key=(sse_customer_key : String | Nil)
- #sse_customer_key_md5 : String | Nil
- #sse_customer_key_md5=(sse_customer_key_md5 : String | Nil)
Instance methods inherited from module AWSSdk::RestXML::Structure
process(request : HTTP::Request)
process,
serialize(xml : XML::Builder)
serialize
Constructor Detail
def self.new(bucket : String, key : String, expression : String, expression_type : String, input_serialization : InputSerializationStruct, output_serialization : OutputSerializationStruct, sse_customer_algorithm : String = nil, sse_customer_key : String = nil, sse_customer_key_md5 : String = nil, request_progress : RequestProgressStruct = nil, scan_range : ScanRangeStruct = nil, expected_bucket_owner : String = nil)
#