Class: Aws::Types::VirtualGatewayHealthCheckPolicy

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)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def healthy_threshold
  @healthy_threshold
end

#interval_millis::Integer

Returns the value of attribute interval_millis.

Returns:

  • (::Integer)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def interval_millis
  @interval_millis
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def port
  @port
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

  • ("http", "http2", "grpc")


1370
1371
1372
# File 'sig/types.rbs', line 1370

def protocol
  @protocol
end

#timeout_millis::Integer

Returns the value of attribute timeout_millis.

Returns:

  • (::Integer)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def timeout_millis
  @timeout_millis
end

#unhealthy_threshold::Integer

Returns the value of attribute unhealthy_threshold.

Returns:

  • (::Integer)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def unhealthy_threshold
  @unhealthy_threshold
end