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.
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.
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.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def expression @expression end |
#expression_type ⇒ "SQL"
Returns the value of attribute expression_type.
2888 2889 2890 |
# File 'sig/types.rbs', line 2888 def expression_type @expression_type end |
#input_serialization ⇒ Types::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.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def key @key end |
#output_serialization ⇒ Types::OutputSerialization
Returns the value of attribute output_serialization.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def output_serialization @output_serialization end |
#request_progress ⇒ Types::RequestProgress
Returns the value of attribute request_progress.
2889 2890 2891 |
# File 'sig/types.rbs', line 2889 def request_progress @request_progress end |
#scan_range ⇒ Types::ScanRange
Returns the value of attribute scan_range.
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.
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.
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.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def sse_customer_key_md5 @sse_customer_key_md5 end |