Class: Aws::Types::HealthCheckPathRequestObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinations::Array[Types::HealthCheckPathDestinationRequestObject]

Returns the value of attribute destinations.



10902
10903
10904
# File 'sig/types.rbs', line 10902

def destinations
  @destinations
end

#sourceTypes::HealthCheckPathSourceRequestObject

Returns the value of attribute source.



10901
10902
10903
# File 'sig/types.rbs', line 10901

def source
  @source
end