Class: Aws::EFS::Types::DescribeFileSystemsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemsArray<Types::FileSystemDescription>

An array of file system descriptions.

Returns:



911
912
913
914
915
916
917
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 911

class DescribeFileSystemsResponse < Struct.new(
  :marker,
  :file_systems,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Present if provided by caller in the request (String).

Returns:

  • (String)


911
912
913
914
915
916
917
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 911

class DescribeFileSystemsResponse < Struct.new(
  :marker,
  :file_systems,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

Present if there are more file systems than returned in the response (String). You can use the NextMarker in the subsequent request to fetch the descriptions.

Returns:

  • (String)


911
912
913
914
915
916
917
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 911

class DescribeFileSystemsResponse < Struct.new(
  :marker,
  :file_systems,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end