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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-storagegateway/types.rb', line 4484

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)


4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-storagegateway/types.rb', line 4484

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)


4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-storagegateway/types.rb', line 4484

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