Class: Fog::AWS::RDS::Servers
- Inherits:
-
Collection
- Object
- Collection
- Fog::AWS::RDS::Servers
- Defined in:
- lib/fog/aws/models/rds/servers.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 13 |
# File 'lib/fog/aws/models/rds/servers.rb', line 10 def all data = service.describe_db_instances.body['DescribeDBInstancesResult']['DBInstances'] load(data) # data is an array of attribute hashes end |