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

#client_token::String

Returns the value of attribute client_token.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def client_token
  @client_token
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def cluster_identifier
  @cluster_identifier
end

#database::String

Returns the value of attribute database.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def db_user
  @db_user
end

#parameters::Array[Types::SqlParameter]

Returns the value of attribute parameters.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def parameters
  @parameters
end

#result_format"JSON", "CSV"

Returns the value of attribute result_format.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def result_format
  @result_format
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def secret_arn
  @secret_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def session_id
  @session_id
end

#session_keep_alive_seconds::Integer

Returns the value of attribute session_keep_alive_seconds.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def session_keep_alive_seconds
  @session_keep_alive_seconds
end

#sql::String

Returns the value of attribute sql.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def sql
  @sql
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def statement_name
  @statement_name
end

#wait_time_seconds::Integer

Returns the value of attribute wait_time_seconds.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def wait_time_seconds
  @wait_time_seconds
end

#with_eventBoolean

Returns the value of attribute with_event.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def with_event
  @with_event
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def workgroup_name
  @workgroup_name
end