Class: Aws::Types::HealthCheckConfiguration

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:

  • (::Integer)


358
359
360
# File 'sig/types.rbs', line 358

def healthy_threshold
  @healthy_threshold
end

#interval ⇒ ::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


356
357
358
# File 'sig/types.rbs', line 356

def interval
  @interval
end

#path ⇒ ::String

Returns the value of attribute path.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def path
  @path
end

#protocol ⇒ "TCP", "HTTP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "HTTP")


354
355
356
# File 'sig/types.rbs', line 354

def protocol
  @protocol
end

#timeout ⇒ ::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


357
358
359
# File 'sig/types.rbs', line 357

def timeout
  @timeout
end

#unhealthy_threshold ⇒ ::Integer

Returns the value of attribute unhealthy_threshold.

Returns:

  • (::Integer)


359
360
361
# File 'sig/types.rbs', line 359

def unhealthy_threshold
  @unhealthy_threshold
end