Class: Aws::StorageGateway::Types::DescribeFileSystemAssociationsOutput

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_info_listArray<Types::FileSystemAssociationInfo>

An array containing the FileSystemAssociationInfo data type of each file system association to be described.



2754
2755
2756
2757
2758
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2754

class DescribeFileSystemAssociationsOutput < Struct.new(
  :file_system_association_info_list)
  SENSITIVE = []
  include Aws::Structure
end