Class: Aws::S3::Types::SelectParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::SelectParameters
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Describes the parameters for Select job types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
The expression that is used to query the object.
-
#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
The expression that is used to query the object.
15713 15714 15715 15716 15717 15718 15719 15720 |
# File 'lib/aws-sdk-s3/types.rb', line 15713 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).
15713 15714 15715 15716 15717 15718 15719 15720 |
# File 'lib/aws-sdk-s3/types.rb', line 15713 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.
15713 15714 15715 15716 15717 15718 15719 15720 |
# File 'lib/aws-sdk-s3/types.rb', line 15713 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.
15713 15714 15715 15716 15717 15718 15719 15720 |
# File 'lib/aws-sdk-s3/types.rb', line 15713 class SelectParameters < Struct.new( :input_serialization, :expression_type, :expression, :output_serialization) SENSITIVE = [] include Aws::Structure end |