Method: Aws::RDSDataService::Types::BeginTransactionRequest#database
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
#database ⇒ String
The name of the database.
201 202 203 204 205 206 207 208 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 201 class BeginTransactionRequest < Struct.new( :resource_arn, :secret_arn, :database, :schema) SENSITIVE = [] include Aws::Structure end |