Method: Stax::Aws::Rds.clusters

Defined in:
lib/stax/aws/rds.rb

.clusters(opt) ⇒ Object



11
12
13
# File 'lib/stax/aws/rds.rb', line 11

def clusters(opt)
  client.describe_db_clusters(opt)&.db_clusters
end