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

#caller_reference::String

Returns the value of attribute caller_reference.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def caller_reference
  @caller_reference
end

#cloud_watch_alarm_configurationTypes::CloudWatchAlarmConfiguration

Returns the value of attribute cloud_watch_alarm_configuration.



715
716
717
# File 'sig/types.rbs', line 715

def cloud_watch_alarm_configuration
  @cloud_watch_alarm_configuration
end

#health_check_configTypes::HealthCheckConfig

Returns the value of attribute health_check_config.



713
714
715
# File 'sig/types.rbs', line 713

def health_check_config
  @health_check_config
end

#health_check_version::Integer

Returns the value of attribute health_check_version.

Returns:

  • (::Integer)


714
715
716
# File 'sig/types.rbs', line 714

def health_check_version
  @health_check_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def id
  @id
end

#linked_serviceTypes::LinkedService

Returns the value of attribute linked_service.



712
713
714
# File 'sig/types.rbs', line 712

def linked_service
  @linked_service
end