Class: Aws::Types::SelectObjectContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::SelectObjectContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#expression_type ⇒ "SQL"
Returns the value of attribute expression_type.
-
#input_serialization ⇒ Types::InputSerialization
Returns the value of attribute input_serialization.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#output_serialization ⇒ Types::OutputSerialization
Returns the value of attribute output_serialization.
-
#request_progress ⇒ Types::RequestProgress
Returns the value of attribute request_progress.
-
#scan_range ⇒ Types::ScanRange
Returns the value of attribute scan_range.
-
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
-
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
-
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
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.
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.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def expression @expression end |
#expression_type ⇒ "SQL"
Returns the value of attribute expression_type.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def expression_type @expression_type end |
#input_serialization ⇒ Types::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.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def key @key end |
#output_serialization ⇒ Types::OutputSerialization
Returns the value of attribute output_serialization.
2867 2868 2869 |
# File 'sig/types.rbs', line 2867 def output_serialization @output_serialization end |
#request_progress ⇒ Types::RequestProgress
Returns the value of attribute request_progress.
2865 2866 2867 |
# File 'sig/types.rbs', line 2865 def request_progress @request_progress end |
#scan_range ⇒ Types::ScanRange
Returns the value of attribute scan_range.
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.
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.
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.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def sse_customer_key_md5 @sse_customer_key_md5 end |