Class: Aws::Types::ScheduleRunTest
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleRunTest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Returns the value of attribute filter.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#test_package_arn ⇒ ::String
Returns the value of attribute test_package_arn.
-
#test_spec_arn ⇒ ::String
Returns the value of attribute test_spec_arn.
-
#type ⇒ "BUILTIN_FUZZ", ...
Returns the value of attribute type.
Instance Attribute Details
#filter ⇒ ::String
Returns the value of attribute filter.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def filter @filter end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def parameters @parameters end |
#test_package_arn ⇒ ::String
Returns the value of attribute test_package_arn.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def test_package_arn @test_package_arn end |
#test_spec_arn ⇒ ::String
Returns the value of attribute test_spec_arn.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def test_spec_arn @test_spec_arn end |
#type ⇒ "BUILTIN_FUZZ", ...
Returns the value of attribute type.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def type @type end |