Method: Aws::AppTest::Types::OutputFile#file_location
- Defined in:
- lib/aws-sdk-apptest/types.rb
#file_location ⇒ String
The file location of the output file.
2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-apptest/types.rb', line 2078 class OutputFile < Struct.new( :file_location) SENSITIVE = [] include Aws::Structure end |