Class: Aws::StorageGateway::Types::DescribeFileSystemAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeFileSystemAssociationsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_association_info_list ⇒ Array<Types::FileSystemAssociationInfo>
An array containing the ‘FileSystemAssociationInfo` data type of each file system association to be described.
Instance Attribute Details
#file_system_association_info_list ⇒ Array<Types::FileSystemAssociationInfo>
An array containing the ‘FileSystemAssociationInfo` data type of each file system association to be described.
2856 2857 2858 2859 2860 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2856 class DescribeFileSystemAssociationsOutput < Struct.new( :file_system_association_info_list) SENSITIVE = [] include Aws::Structure end |