Class: Aws::StorageGateway::Types::NotifyWhenUploadedInput

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

Overview

Note:

When making an API call, you may pass NotifyWhenUploadedInput data as a hash:

{
  file_share_arn: "FileShareARN", # required
}

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
# File 'lib/aws-sdk-storagegateway/types.rb', line 5101

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