Class: Aws::StorageGateway::Types::NotifyWhenUploadedOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::NotifyWhenUploadedOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the file share.
-
#notification_id ⇒ String
The randomly generated ID of the notification that was sent.
Instance Attribute Details
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the file share.
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_id ⇒ String
The randomly generated ID of the notification that was sent. This ID is in UUID format.
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 |