Module: Aws::StorageGateway::Client::_ListFileSystemAssociationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFileSystemAssociationsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #file_system_association_summary_list ⇒ ::Array[Types::FileSystemAssociationSummary]
- #marker ⇒ ::String
- #next_marker ⇒ ::String
Instance Method Details
#file_system_association_summary_list ⇒ ::Array[Types::FileSystemAssociationSummary]
974 |
# File 'sig/client.rbs', line 974
def file_system_association_summary_list: () -> ::Array[Types::FileSystemAssociationSummary]
|
#marker ⇒ ::String
972 |
# File 'sig/client.rbs', line 972
def marker: () -> ::String
|
#next_marker ⇒ ::String
973 |
# File 'sig/client.rbs', line 973
def next_marker: () -> ::String
|