Class: Aws::StorageGateway::Types::UpdateNFSFileShareOutput

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

Overview

UpdateNFSFileShareOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

The Amazon Resource Name (ARN) of the updated file share.

Returns:

  • (String)


6879
6880
6881
6882
6883
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6879

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