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)


2876
2877
2878
# File 'sig/types.rbs', line 2876

def expression
  @expression
end

#expression_type"SQL"

Returns the value of attribute expression_type.

Returns:

  • ("SQL")


2875
2876
2877
# File 'sig/types.rbs', line 2875

def expression_type
  @expression_type
end

#input_serializationTypes::InputSerialization

Returns the value of attribute input_serialization.



2874
2875
2876
# File 'sig/types.rbs', line 2874

def input_serialization
  @input_serialization
end

#output_serializationTypes::OutputSerialization

Returns the value of attribute output_serialization.



2877
2878
2879
# File 'sig/types.rbs', line 2877

def output_serialization
  @output_serialization
end