Class: Aws::StorageGateway::Types::DescribeFileSystemAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeFileSystemAssociationsOutput
- Defined in:
- gems/aws-sdk-storagegateway/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.
2832 2833 2834 2835 2836 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2832 class DescribeFileSystemAssociationsOutput < Struct.new( :file_system_association_info_list) SENSITIVE = [] include Aws::Structure end |