Class: Aws::IoTDeviceAdvisor::Types::GroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::GroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Overview
Show Group Result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
Group result ID.
-
#group_name ⇒ String
Group Result Name.
-
#tests ⇒ Array<Types::TestCaseRun>
Tests under Group Result.
Instance Attribute Details
#group_id ⇒ String
Group result ID.
322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 322 class GroupResult < Struct.new( :group_id, :group_name, :tests) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
Group Result Name.
322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 322 class GroupResult < Struct.new( :group_id, :group_name, :tests) SENSITIVE = [] include Aws::Structure end |
#tests ⇒ Array<Types::TestCaseRun>
Tests under Group Result.
322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 322 class GroupResult < Struct.new( :group_id, :group_name, :tests) SENSITIVE = [] include Aws::Structure end |