Class: Aws::StorageGateway::Types::CreateSMBFileShareOutput

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

Overview

CreateSMBFileShareOutput

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)


1546
1547
1548
1549
1550
# File 'lib/aws-sdk-storagegateway/types.rb', line 1546

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