Class: Aws::AppTest::Types::OutputFile

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_locationString

The file location of the output file.

Returns:

  • (String)


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