Class: Fog::AWS::EFS::FileSystems
- Inherits:
-
Collection
- Object
- Collection
- Fog::AWS::EFS::FileSystems
- Defined in:
- lib/fog/aws/models/efs/file_systems.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
9 10 11 12 |
# File 'lib/fog/aws/models/efs/file_systems.rb', line 9 def all data = service.describe_file_systems.body["FileSystems"] load(data) end |