Class: Aws::Types::HealthCheck
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheck
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#cloud_watch_alarm_configuration ⇒ Types::CloudWatchAlarmConfiguration
Returns the value of attribute cloud_watch_alarm_configuration.
-
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
-
#health_check_version ⇒ ::Integer
Returns the value of attribute health_check_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#linked_service ⇒ Types::LinkedService
Returns the value of attribute linked_service.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
711 712 713 |
# File 'sig/types.rbs', line 711 def caller_reference @caller_reference end |
#cloud_watch_alarm_configuration ⇒ Types::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_config ⇒ Types::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.
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.
710 711 712 |
# File 'sig/types.rbs', line 710 def id @id end |
#linked_service ⇒ Types::LinkedService
Returns the value of attribute linked_service.
712 713 714 |
# File 'sig/types.rbs', line 712 def linked_service @linked_service end |