Class: Aws::Types::ExecuteStatementInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consistent_readBoolean

Returns the value of attribute consistent_read.

Returns:

  • (Boolean)


611
612
613
# File 'sig/types.rbs', line 611

def consistent_read
  @consistent_read
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


614
615
616
# File 'sig/types.rbs', line 614

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

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


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.

Returns:

  • ("ALL_OLD", "NONE")


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.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def statement
  @statement
end