Class: Aws::Types::BatchExecuteStatementRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.



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

def database
  @database
end

#parameter_sets::Array[::Array[Types::SqlParameter]]

Returns the value of attribute parameter_sets.



50
51
52
# File 'sig/types.rbs', line 50

def parameter_sets
  @parameter_sets
end

#resource_arn::String

Returns the value of attribute resource_arn.



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

def resource_arn
  @resource_arn
end

#schema::String

Returns the value of attribute schema.



49
50
51
# File 'sig/types.rbs', line 49

def schema
  @schema
end

#secret_arn::String

Returns the value of attribute secret_arn.



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

def secret_arn
  @secret_arn
end

#sql::String

Returns the value of attribute sql.



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

def sql
  @sql
end

#transaction_id::String

Returns the value of attribute transaction_id.



51
52
53
# File 'sig/types.rbs', line 51

def transaction_id
  @transaction_id
end