Class: Aws::StorageGateway::Types::UpdateSMBFileShareOutput

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

Overview

UpdateSMBFileShareOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

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

Returns:

  • (String)


7093
7094
7095
7096
7097
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7093

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