Class: Aws::Types::ExecuteSqlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_secret_store_arn::String

Returns the value of attribute aws_secret_store_arn.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def aws_secret_store_arn
  @aws_secret_store_arn
end

#database::String

Returns the value of attribute database.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def database
  @database
end

#db_cluster_or_instance_arn::String

Returns the value of attribute db_cluster_or_instance_arn.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def db_cluster_or_instance_arn
  @db_cluster_or_instance_arn
end

#schema::String

Returns the value of attribute schema.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def schema
  @schema
end

#sql_statements::String

Returns the value of attribute sql_statements.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def sql_statements
  @sql_statements
end