Class: Aws::AppTest::Types::ScriptSummary

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

Overview

Specifies the scripts summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#script_locationString

The script location of the script summary.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
# File 'lib/aws-sdk-apptest/types.rb', line 2266

class ScriptSummary < Struct.new(
  :script_location,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the script summary.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
# File 'lib/aws-sdk-apptest/types.rb', line 2266

class ScriptSummary < Struct.new(
  :script_location,
  :type)
  SENSITIVE = []
  include Aws::Structure
end