Method: Stax::Aws::Rds.subnet_groups
- Defined in:
- lib/stax/aws/rds.rb
.subnet_groups(opt) ⇒ Object
19 20 21 |
# File 'lib/stax/aws/rds.rb', line 19 def subnet_groups(opt) client.describe_db_subnet_groups(opt).map(&:db_subnet_groups).flatten end |