Class: Aws::StorageGateway::Types::DescribeFileSystemAssociationsInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_association_arn_listArray<String>

An array containing the Amazon Resource Name (ARN) of each file system association to be described.

Returns:

  • (Array<String>)


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