Class: Aws::StorageGateway::Types::NotifyWhenUploadedOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

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

Returns:

  • (String)


5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-storagegateway/types.rb', line 5295

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

#notification_idString

The randomly generated ID of the notification that was sent. This ID is in UUID format.

Returns:

  • (String)


5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-storagegateway/types.rb', line 5295

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