Class: Aws::StorageGateway::Types::DescribeNFSFileSharesInput

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

Overview

DescribeNFSFileSharesInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arn_listArray<String>

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

Returns:

  • (Array<String>)


3011
3012
3013
3014
3015
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3011

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