Class: Aws::Types::ListFileSystemAssociationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListFileSystemAssociationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_association_summary_list ⇒ ::Array[Types::FileSystemAssociationSummary]
Returns the value of attribute file_system_association_summary_list.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#file_system_association_summary_list ⇒ ::Array[Types::FileSystemAssociationSummary]
Returns the value of attribute file_system_association_summary_list.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def file_system_association_summary_list @file_system_association_summary_list end |
#marker ⇒ ::String
Returns the value of attribute marker.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def marker @marker end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def next_marker @next_marker end |