Class: Aws::Types::ImageTestsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ImageTestsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_tests_enabled ⇒ Boolean
Returns the value of attribute image_tests_enabled.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
Instance Attribute Details
#image_tests_enabled ⇒ Boolean
Returns the value of attribute image_tests_enabled.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def image_tests_enabled @image_tests_enabled end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def timeout_minutes @timeout_minutes end |