Class: Aws::Types::ContainerServiceHealthCheckConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#healthy_threshold::Integer

Returns the value of attribute healthy_threshold.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def healthy_threshold
  @healthy_threshold
end

#interval_seconds::Integer

Returns the value of attribute interval_seconds.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def interval_seconds
  @interval_seconds
end

#path::String

Returns the value of attribute path.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def path
  @path
end

#success_codes::String

Returns the value of attribute success_codes.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def success_codes
  @success_codes
end

#timeout_seconds::Integer

Returns the value of attribute timeout_seconds.

Returns:



459
460
461
# File 'sig/types.rbs', line 459

def timeout_seconds
  @timeout_seconds
end

#unhealthy_threshold::Integer

Returns the value of attribute unhealthy_threshold.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def unhealthy_threshold
  @unhealthy_threshold
end