Class: Aws::Types::ExecuteSqlRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteSqlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_secret_store_arn ⇒ ::String
Returns the value of attribute aws_secret_store_arn.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_cluster_or_instance_arn ⇒ ::String
Returns the value of attribute db_cluster_or_instance_arn.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#sql_statements ⇒ ::String
Returns the value of attribute sql_statements.
Instance Attribute Details
#aws_secret_store_arn ⇒ ::String
Returns the value of attribute aws_secret_store_arn.
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.
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.
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.
126 127 128 |
# File 'sig/types.rbs', line 126 def schema @schema end |
#sql_statements ⇒ ::String
Returns the value of attribute sql_statements.
124 125 126 |
# File 'sig/types.rbs', line 124 def sql_statements @sql_statements end |