Class: Aws::StorageGateway::Types::DescribeNFSFileSharesOutput

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

Overview

DescribeNFSFileSharesOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nfs_file_share_info_listArray<Types::NFSFileShareInfo>

An array containing a description for each requested file share.

Returns:



3025
3026
3027
3028
3029
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3025

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