Class: Aws::StorageGateway::Types::ListFileSystemAssociationsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_association_summary_listArray<Types::FileSystemAssociationSummary>

An array of information about the Amazon FSx gateway's file system associations.



4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4402

class ListFileSystemAssociationsOutput < Struct.new(
  :marker,
  :next_marker,
  :file_system_association_summary_list)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

If the request includes Marker, the response returns that value in this field.

Returns:

  • (String)


4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4402

class ListFileSystemAssociationsOutput < Struct.new(
  :marker,
  :next_marker,
  :file_system_association_summary_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

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.

Returns:

  • (String)


4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4402

class ListFileSystemAssociationsOutput < Struct.new(
  :marker,
  :next_marker,
  :file_system_association_summary_list)
  SENSITIVE = []
  include Aws::Structure
end