Class: Aws::Types::DescribeFileSystemsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_systems::Array[Types::FileSystemDescription]

Returns the value of attribute file_systems.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def file_systems
  @file_systems
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def marker
  @marker
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def next_marker
  @next_marker
end