Class: Aws::Types::HealthCheck

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:



313
314
315
# File 'sig/types.rbs', line 313

def healthy_threshold
  @healthy_threshold
end

#interval::Integer

Returns the value of attribute interval.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def interval
  @interval
end

#target::String

Returns the value of attribute target.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def target
  @target
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def timeout
  @timeout
end

#unhealthy_threshold::Integer

Returns the value of attribute unhealthy_threshold.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def unhealthy_threshold
  @unhealthy_threshold
end