Class: Aws::AppTest::Types::Script

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

Overview

Specifies the script.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#script_locationString

The script location of the scripts.

Returns:

  • (String)


2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2247

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

#typeString

The type of the scripts.

Returns:

  • (String)


2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2247

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