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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


5101
5102
5103
5104
5105
5106
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5101

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)


5101
5102
5103
5104
5105
5106
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5101

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