Class: Aws::Types::QueryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_to_get::Array[::String]

Returns the value of attribute attributes_to_get.

Returns:

  • (::Array[::String])


1250
1251
1252
# File 'sig/types.rbs', line 1250

def attributes_to_get
  @attributes_to_get
end

#conditional_operator"AND", "OR"

Returns the value of attribute conditional_operator.

Returns:

  • ("AND", "OR")


1255
1256
1257
# File 'sig/types.rbs', line 1255

def conditional_operator
  @conditional_operator
end

#consistent_readBoolean

Returns the value of attribute consistent_read.

Returns:

  • (Boolean)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def consistent_read
  @consistent_read
end

#exclusive_start_key::Hash[::String, Types::AttributeValue]

Returns the value of attribute exclusive_start_key.

Returns:



1257
1258
1259
# File 'sig/types.rbs', line 1257

def exclusive_start_key
  @exclusive_start_key
end

#expression_attribute_names::Hash[::String, ::String]

Returns the value of attribute expression_attribute_names.

Returns:

  • (::Hash[::String, ::String])


1262
1263
1264
# File 'sig/types.rbs', line 1262

def expression_attribute_names
  @expression_attribute_names
end

#expression_attribute_values::Hash[::String, Types::AttributeValue]

Returns the value of attribute expression_attribute_values.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def expression_attribute_values
  @expression_attribute_values
end

#filter_expression::String

Returns the value of attribute filter_expression.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def filter_expression
  @filter_expression
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def index_name
  @index_name
end

#key_condition_expression::String

Returns the value of attribute key_condition_expression.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def key_condition_expression
  @key_condition_expression
end

#key_conditions::Hash[::String, Types::Condition]

Returns the value of attribute key_conditions.

Returns:



1253
1254
1255
# File 'sig/types.rbs', line 1253

def key_conditions
  @key_conditions
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def limit
  @limit
end

#projection_expression::String

Returns the value of attribute projection_expression.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def projection_expression
  @projection_expression
end

#query_filter::Hash[::String, Types::Condition]

Returns the value of attribute query_filter.

Returns:



1254
1255
1256
# File 'sig/types.rbs', line 1254

def query_filter
  @query_filter
end

#return_consumed_capacity"INDEXES", ...

Returns the value of attribute return_consumed_capacity.

Returns:

  • ("INDEXES", "TOTAL", "NONE")


1258
1259
1260
# File 'sig/types.rbs', line 1258

def return_consumed_capacity
  @return_consumed_capacity
end

#scan_index_forwardBoolean

Returns the value of attribute scan_index_forward.

Returns:

  • (Boolean)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def scan_index_forward
  @scan_index_forward
end

#select"ALL_ATTRIBUTES", ...

Returns the value of attribute select.

Returns:

  • ("ALL_ATTRIBUTES", "ALL_PROJECTED_ATTRIBUTES", "SPECIFIC_ATTRIBUTES", "COUNT")


1249
1250
1251
# File 'sig/types.rbs', line 1249

def select
  @select
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def table_name
  @table_name
end