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

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

Overview

Note:

When making an API call, you may pass DescribeNFSFileSharesInput data as a hash:

{
  file_share_arn_list: ["FileShareARN"], # required
}

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>)


3165
3166
3167
3168
3169
# File 'lib/aws-sdk-storagegateway/types.rb', line 3165

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