Class: Aws::Types::SelectParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


2900
2901
2902
# File 'sig/types.rbs', line 2900

def expression
  @expression
end

#expression_type"SQL"

Returns the value of attribute expression_type.

Returns:

  • ("SQL")


2899
2900
2901
# File 'sig/types.rbs', line 2899

def expression_type
  @expression_type
end

#input_serializationTypes::InputSerialization

Returns the value of attribute input_serialization.



2898
2899
2900
# File 'sig/types.rbs', line 2898

def input_serialization
  @input_serialization
end

#output_serializationTypes::OutputSerialization

Returns the value of attribute output_serialization.



2901
2902
2903
# File 'sig/types.rbs', line 2901

def output_serialization
  @output_serialization
end