Class: Aws::StorageGateway::Types::DescribeFileSystemAssociationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeFileSystemAssociationsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_association_arn_list ⇒ Array<String>
An array containing the Amazon Resource Name (ARN) of each file system association to be described.
Instance Attribute Details
#file_system_association_arn_list ⇒ Array<String>
An array containing the Amazon Resource Name (ARN) of each file system association to be described.
2843 2844 2845 2846 2847 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2843 class DescribeFileSystemAssociationsInput < Struct.new( :file_system_association_arn_list) SENSITIVE = [] include Aws::Structure end |