Class: Aws::Types::ImageTestsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_tests_enabled ⇒ Boolean

Returns the value of attribute image_tests_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def timeout_minutes
  @timeout_minutes
end