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

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_arn_listArray<String>

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

Returns:

  • (Array<String>)


2741
2742
2743
2744
2745
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2741

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