Class: Aws::Types::DescribeFileSystemsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFileSystemsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_systems ⇒ ::Array[Types::FileSystemDescription]
Returns the value of attribute file_systems.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#file_systems ⇒ ::Array[Types::FileSystemDescription]
Returns the value of attribute file_systems.
207 208 209 |
# File 'sig/types.rbs', line 207 def file_systems @file_systems end |
#marker ⇒ ::String
Returns the value of attribute marker.
206 207 208 |
# File 'sig/types.rbs', line 206 def marker @marker end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
208 209 210 |
# File 'sig/types.rbs', line 208 def next_marker @next_marker end |