Class: Aws::AppTest::Types::Script
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::Script
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the script.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#script_location ⇒ String
The script location of the scripts.
-
#type ⇒ String
The type of the scripts.
Instance Attribute Details
#script_location ⇒ String
The script location of the scripts.
2247 2248 2249 2250 2251 2252 |
# File 'lib/aws-sdk-apptest/types.rb', line 2247 class Script < Struct.new( :script_location, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the scripts.
2247 2248 2249 2250 2251 2252 |
# File 'lib/aws-sdk-apptest/types.rb', line 2247 class Script < Struct.new( :script_location, :type) SENSITIVE = [] include Aws::Structure end |