Class: Aws::Types::ExecuteStatementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#continue_after_timeoutBoolean

Returns the value of attribute continue_after_timeout.

Returns:

  • (Boolean)


144
145
146
# File 'sig/types.rbs', line 144

def continue_after_timeout
  @continue_after_timeout
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def database
  @database
end

#format_records_as"NONE", "JSON"

Returns the value of attribute format_records_as.

Returns:

  • ("NONE", "JSON")


146
147
148
# File 'sig/types.rbs', line 146

def format_records_as
  @format_records_as
end

#include_result_metadataBoolean

Returns the value of attribute include_result_metadata.

Returns:

  • (Boolean)


143
144
145
# File 'sig/types.rbs', line 143

def 
  @include_result_metadata
end

#parameters::Array[Types::SqlParameter]

Returns the value of attribute parameters.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def parameters
  @parameters
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def resource_arn
  @resource_arn
end

#result_set_optionsTypes::ResultSetOptions

Returns the value of attribute result_set_options.



145
146
147
# File 'sig/types.rbs', line 145

def result_set_options
  @result_set_options
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def schema
  @schema
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def secret_arn
  @secret_arn
end

#sql::String

Returns the value of attribute sql.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def sql
  @sql
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def transaction_id
  @transaction_id
end