Class: Aws::Transfer::Types::InputFileLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Specifies the location for the file that's being processed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#efs_file_locationTypes::EfsFileLocation

Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.



3444
3445
3446
3447
3448
3449
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3444

class InputFileLocation < Struct.new(
  :s3_file_location,
  :efs_file_location)
  SENSITIVE = []
  include Aws::Structure
end

#s3_file_locationTypes::S3InputFileLocation

Specifies the details for the Amazon S3 file that's being copied or decrypted.



3444
3445
3446
3447
3448
3449
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3444

class InputFileLocation < Struct.new(
  :s3_file_location,
  :efs_file_location)
  SENSITIVE = []
  include Aws::Structure
end