Class: Aws::AppTest::Types::OutputFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::OutputFile
- Defined in:
- gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb
Overview
Specifies an output file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_location ⇒ String
The file location of the output file.
Instance Attribute Details
#file_location ⇒ String
The file location of the output file.
2078 2079 2080 2081 2082 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2078 class OutputFile < Struct.new( :file_location) SENSITIVE = [] include Aws::Structure end |