Class: Aws::Types::BatchExecuteStatementInput

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:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def client_token
  @client_token
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def cluster_identifier
  @cluster_identifier
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def db_user
  @db_user
end

#execution_mode"TRANSACTION", "AUTO_COMMIT"

Returns the value of attribute execution_mode.

Returns:

  • ("TRANSACTION", "AUTO_COMMIT")


46
47
48
# File 'sig/types.rbs', line 46

def execution_mode
  @execution_mode
end

#parameters::Array[Types::SqlParameter]

Returns the value of attribute parameters.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def parameters
  @parameters
end

#result_format"JSON", "CSV"

Returns the value of attribute result_format.

Returns:

  • ("JSON", "CSV")


43
44
45
# File 'sig/types.rbs', line 43

def result_format
  @result_format
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def secret_arn
  @secret_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def session_id
  @session_id
end

#session_keep_alive_seconds::Integer

Returns the value of attribute session_keep_alive_seconds.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def session_keep_alive_seconds
  @session_keep_alive_seconds
end

#sqls::Array[::String]

Returns the value of attribute sqls.

Returns:

  • (::Array[::String])


33
34
35
# File 'sig/types.rbs', line 33

def sqls
  @sqls
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def statement_name
  @statement_name
end

#wait_time_seconds::Integer

Returns the value of attribute wait_time_seconds.

Returns:

  • (::Integer)


47
48
49
# File 'sig/types.rbs', line 47

def wait_time_seconds
  @wait_time_seconds
end

#with_eventBoolean

Returns the value of attribute with_event.

Returns:

  • (Boolean)


38
39
40
# File 'sig/types.rbs', line 38

def with_event
  @with_event
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def workgroup_name
  @workgroup_name
end