Class: Aws::AppTest::Types::InputFile

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

Overview

Specifies the input file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_metadataTypes::FileMetadata

The file metadata of the input file.

Returns:



1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1267

class InputFile < Struct.new(
  :source_location,
  :target_location,
  :file_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#source_locationString

The source location of the input file.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1267

class InputFile < Struct.new(
  :source_location,
  :target_location,
  :file_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#target_locationString

The target location of the input file.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1267

class InputFile < Struct.new(
  :source_location,
  :target_location,
  :file_metadata)
  SENSITIVE = []
  include Aws::Structure
end