Class: Aws::AppTest::Types::CompareActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CompareActionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the compare action summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ Types::File
The type of the compare action summary.
Instance Attribute Details
#type ⇒ Types::File
The type of the compare action summary.
222 223 224 225 226 |
# File 'lib/aws-sdk-apptest/types.rb', line 222 class CompareActionSummary < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |