Class: Aws::Types::HealthCheckConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_threshold::Integer

Returns the value of attribute failure_threshold.

Returns:

  • (::Integer)


243
244
245
# File 'sig/types.rbs', line 243

def failure_threshold
  @failure_threshold
end

#resource_path::String

Returns the value of attribute resource_path.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def resource_path
  @resource_path
end

#type"HTTP", ...

Returns the value of attribute type.

Returns:

  • ("HTTP", "HTTPS", "TCP")


241
242
243
# File 'sig/types.rbs', line 241

def type
  @type
end