Class: Aws::Glacier::Types::SelectParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::SelectParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains information about the parameters used for a select.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
The expression that is used to select 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 select the object.
2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-glacier/types.rb', line 2090 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`.
2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-glacier/types.rb', line 2090 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.
2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-glacier/types.rb', line 2090 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.
2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-glacier/types.rb', line 2090 class SelectParameters < Struct.new( :input_serialization, :expression_type, :expression, :output_serialization) SENSITIVE = [] include Aws::Structure end |