Class: Aws::Types::GroupResult
- Inherits:
-
Object
- Object
- Aws::Types::GroupResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#tests ⇒ ::Array[Types::TestCaseRun]
Returns the value of attribute tests.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
111 112 113 |
# File 'sig/types.rbs', line 111 def group_name @group_name end |
#tests ⇒ ::Array[Types::TestCaseRun]
Returns the value of attribute tests.
112 113 114 |
# File 'sig/types.rbs', line 112 def tests @tests end |