Class: Aws::Types::ScanInput
- Inherits:
-
Object
- Object
- Aws::Types::ScanInput
- 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.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
-
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
-
#scan_filter ⇒ ::Hash[::String, Types::Condition]
Returns the value of attribute scan_filter.
-
#segment ⇒ ::Integer
Returns the value of attribute segment.
-
#select ⇒ "ALL_ATTRIBUTES", ...
Returns the value of attribute select.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#total_segments ⇒ ::Integer
Returns the value of attribute total_segments.
Instance Attribute Details
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def attributes_to_get @attributes_to_get end |
#conditional_operator ⇒ "AND", "OR"
Returns the value of attribute conditional_operator.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def conditional_operator @conditional_operator end |
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def consistent_read @consistent_read end |
#exclusive_start_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute exclusive_start_key.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def exclusive_start_key @exclusive_start_key end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def expression_attribute_values @expression_attribute_values end |
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def filter_expression @filter_expression end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def index_name @index_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def limit @limit end |
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def projection_expression @projection_expression end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def return_consumed_capacity @return_consumed_capacity end |
#scan_filter ⇒ ::Hash[::String, Types::Condition]
Returns the value of attribute scan_filter.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def scan_filter @scan_filter end |
#segment ⇒ ::Integer
Returns the value of attribute segment.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def segment @segment end |
#select ⇒ "ALL_ATTRIBUTES", ...
Returns the value of attribute select.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def select @select end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def table_name @table_name end |
#total_segments ⇒ ::Integer
Returns the value of attribute total_segments.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def total_segments @total_segments end |