Class: Aws::StorageGateway::Types::ListFileSystemAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListFileSystemAssociationsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_association_summary_list ⇒ Array<Types::FileSystemAssociationSummary>
An array of information about the Amazon FSx gateway’s file system associations.
-
#marker ⇒ String
If the request includes ‘Marker`, the response returns that value in this field.
-
#next_marker ⇒ String
If a value is present, there are more file system associations to return.
Instance Attribute Details
#file_system_association_summary_list ⇒ Array<Types::FileSystemAssociationSummary>
An array of information about the Amazon FSx gateway’s file system associations.
4347 4348 4349 4350 4351 4352 4353 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4347 class ListFileSystemAssociationsOutput < Struct.new( :marker, :next_marker, :file_system_association_summary_list) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
If the request includes ‘Marker`, the response returns that value in this field.
4347 4348 4349 4350 4351 4352 4353 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4347 class ListFileSystemAssociationsOutput < Struct.new( :marker, :next_marker, :file_system_association_summary_list) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If a value is present, there are more file system associations to return. In a subsequent request, use ‘NextMarker` as the value for `Marker` to retrieve the next set of file system associations.
4347 4348 4349 4350 4351 4352 4353 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4347 class ListFileSystemAssociationsOutput < Struct.new( :marker, :next_marker, :file_system_association_summary_list) SENSITIVE = [] include Aws::Structure end |