Method: Awspec::Helper::Finder::Efs#select_all_file_systems

Defined in:
lib/awspec/helper/finder/efs.rb

#select_all_file_systemsObject



58
59
60
61
# File 'lib/awspec/helper/finder/efs.rb', line 58

def select_all_file_systems
  file_systems_query = efs_client.describe_file_systems
  file_systems_query.file_systems
end