Class: Aws::S3::Types::SelectParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::SelectParameters
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more
Describes the parameters for Select job types.
Learn How to optimize querying your data in Amazon S3 using Amazon Athena, S3 Object Lambda, or client-side filtering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
Amazon S3 Select is no longer available to new customers.
-
#expression_type ⇒ String
The type of the provided expression (for example, SQL).
-
#input_serialization ⇒ Types::InputSerialization
Describes the serialization format of the object.
-
#output_serialization ⇒ Types::OutputSerialization
Describes how the results of the Select job are serialized.
Instance Attribute Details
#expression ⇒ String
Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more
The expression that is used to query the object.
17748 17749 17750 17751 17752 17753 17754 17755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17748 class SelectParameters < Struct.new( :input_serialization, :expression_type, :expression, :output_serialization) SENSITIVE = [] include Aws::Structure end |
#expression_type ⇒ String
The type of the provided expression (for example, SQL).
17748 17749 17750 17751 17752 17753 17754 17755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17748 class SelectParameters < Struct.new( :input_serialization, :expression_type, :expression, :output_serialization) SENSITIVE = [] include Aws::Structure end |
#input_serialization ⇒ Types::InputSerialization
Describes the serialization format of the object.
17748 17749 17750 17751 17752 17753 17754 17755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17748 class SelectParameters < Struct.new( :input_serialization, :expression_type, :expression, :output_serialization) SENSITIVE = [] include Aws::Structure end |
#output_serialization ⇒ Types::OutputSerialization
Describes how the results of the Select job are serialized.
17748 17749 17750 17751 17752 17753 17754 17755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17748 class SelectParameters < Struct.new( :input_serialization, :expression_type, :expression, :output_serialization) SENSITIVE = [] include Aws::Structure end |