Class: Aws::Types::BatchStatementRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchStatementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
-
#parameters ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute parameters.
-
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
-
#statement ⇒ ::String
Returns the value of attribute statement.
Instance Attribute Details
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
167 168 169 |
# File 'sig/types.rbs', line 167 def consistent_read @consistent_read end |
#parameters ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute parameters.
166 167 168 |
# File 'sig/types.rbs', line 166 def parameters @parameters end |
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
168 169 170 |
# File 'sig/types.rbs', line 168 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#statement ⇒ ::String
Returns the value of attribute statement.
165 166 167 |
# File 'sig/types.rbs', line 165 def statement @statement end |