Registry / cloud / aws-sdk-rds

aws-sdk-rds

JSON →
library1.316.0rbrubygemsunverified

Official AWS Ruby gem for Amazon Relational Database Service (Amazon RDS). This gem is part of the AWS SDK for Ruby.

gem install aws-sdk-rds
INSTALL
IMPORT
SIG · AWS-SDK-RDS
A
aws-sdk-rds
cloudrubyv1.316.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Aws::RDS
require 'aws-sdk-rds'

List all RDS instances in a region

require 'aws-sdk-rds' rds = Aws::RDS::Client.new(region: 'us-east-1') resp = rds.describe_db_instances resp.db_instances.each { |i| puts i.db_instance_identifier }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.316.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Amazon
1
Resources
aws-sdk-rds — gem install aws-sdk-rds · libregistry