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.



4370
4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4370

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)


4370
4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4370

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)


4370
4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4370

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