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

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)


5084
5085
5086
5087
5088
# File 'lib/aws-sdk-storagegateway/types.rb', line 5084

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