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.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def name @name end |
#parameters ⇒ ::Array[Types::TestTemplateParameter]
Returns the value of attribute parameters.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def parameters @parameters end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def test_template_arn @test_template_arn end |