Class: Aws::Types::ExecuteStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteStatementInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parameters ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute parameters.
-
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
-
#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.
611 612 613 |
# File 'sig/types.rbs', line 611 def consistent_read @consistent_read end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
614 615 616 |
# File 'sig/types.rbs', line 614 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
612 613 614 |
# File 'sig/types.rbs', line 612 def next_token @next_token end |
#parameters ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute parameters.
610 611 612 |
# File 'sig/types.rbs', line 610 def parameters @parameters end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
613 614 615 |
# File 'sig/types.rbs', line 613 def return_consumed_capacity @return_consumed_capacity end |
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
615 616 617 |
# File 'sig/types.rbs', line 615 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#statement ⇒ ::String
Returns the value of attribute statement.
609 610 611 |
# File 'sig/types.rbs', line 609 def statement @statement end |