Class: Aws::Types::QueryInput
- Inherits:
-
Object
- Object
- Aws::Types::QueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
-
#conditional_operator ⇒ "AND", "OR"
Returns the value of attribute conditional_operator.
-
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
-
#exclusive_start_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute exclusive_start_key.
-
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
-
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
-
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#key_condition_expression ⇒ ::String
Returns the value of attribute key_condition_expression.
-
#key_conditions ⇒ ::Hash[::String, Types::Condition]
Returns the value of attribute key_conditions.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
-
#query_filter ⇒ ::Hash[::String, Types::Condition]
Returns the value of attribute query_filter.
-
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
-
#scan_index_forward ⇒ Boolean
Returns the value of attribute scan_index_forward.
-
#select ⇒ "ALL_ATTRIBUTES", ...
Returns the value of attribute select.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
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.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def conditional_operator @conditional_operator end |
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
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.
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.
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.
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.
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.
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.
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.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def key_conditions @key_conditions end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def limit @limit end |
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
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.
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.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def return_consumed_capacity @return_consumed_capacity end |
#scan_index_forward ⇒ Boolean
Returns the value of attribute scan_index_forward.
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.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def select @select end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def table_name @table_name end |