Class: Aws::StorageGateway::Types::CreateNFSFileShareOutput

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

Overview

CreateNFSFileShareOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

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

Returns:

  • (String)


1274
1275
1276
1277
1278
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1274

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