Class: Aws::Types::TestTemplate
- Inherits:
-
Object
- Object
- Aws::Types::TestTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::TestAction]
Returns the value of attribute actions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Array[Types::TestTemplateParameter]
Returns the value of attribute parameters.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
Instance Attribute Details
#actions ⇒ ::Array[Types::TestAction]
Returns the value of attribute actions.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def name @name end |
#parameters ⇒ ::Array[Types::TestTemplateParameter]
Returns the value of attribute parameters.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def parameters @parameters end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def test_template_arn @test_template_arn end |