Class: Aws::AppTest::Types::ScriptSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ScriptSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the scripts summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#script_location ⇒ String
The script location of the script summary.
-
#type ⇒ String
The type of the script summary.
Instance Attribute Details
#script_location ⇒ String
The script location of the script summary.
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 |
#type ⇒ String
The type of the script summary.
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 |