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)


5061
5062
5063
5064
5065
# File 'lib/aws-sdk-storagegateway/types.rb', line 5061

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