Class: Aws::Types::UpdateTestSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTestSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
-
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def description @description end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
3768 3769 3770 |
# File 'sig/types.rbs', line 3768 def test_set_id @test_set_id end |
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
3769 3770 3771 |
# File 'sig/types.rbs', line 3769 def test_set_name @test_set_name end |