Class: Aws::Types::TestTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def name @name end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def test_template_arn @test_template_arn end |