Method: Aws::RDSDataService::Types::BatchExecuteStatementRequest#secret_arn

Defined in:
lib/aws-sdk-rdsdataservice/types.rb

#secret_arnString

The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in the secret.

For information about creating the secret, see [Create a database secret].

[1]: docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 153

class BatchExecuteStatementRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :sql,
  :database,
  :schema,
  :parameter_sets,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end