Class: Aws::Types::HealthCheckConfig
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_identifier ⇒ Types::AlarmIdentifier
Returns the value of attribute alarm_identifier.
-
#child_health_checks ⇒ ::Array[::String]
Returns the value of attribute child_health_checks.
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
-
#enable_sni ⇒ Boolean
Returns the value of attribute enable_sni.
-
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
-
#fully_qualified_domain_name ⇒ ::String
Returns the value of attribute fully_qualified_domain_name.
-
#health_threshold ⇒ ::Integer
Returns the value of attribute health_threshold.
-
#insufficient_data_health_status ⇒ "Healthy", ...
Returns the value of attribute insufficient_data_health_status.
-
#inverted ⇒ Boolean
Returns the value of attribute inverted.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#measure_latency ⇒ Boolean
Returns the value of attribute measure_latency.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#regions ⇒ ::Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")]
Returns the value of attribute regions.
-
#request_interval ⇒ ::Integer
Returns the value of attribute request_interval.
-
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
-
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
-
#search_string ⇒ ::String
Returns the value of attribute search_string.
-
#type ⇒ "HTTP", ...
Returns the value of attribute type.
Instance Attribute Details
#alarm_identifier ⇒ Types::AlarmIdentifier
Returns the value of attribute alarm_identifier.
740 741 742 |
# File 'sig/types.rbs', line 740 def alarm_identifier @alarm_identifier end |
#child_health_checks ⇒ ::Array[::String]
Returns the value of attribute child_health_checks.
737 738 739 |
# File 'sig/types.rbs', line 737 def child_health_checks @child_health_checks end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
735 736 737 |
# File 'sig/types.rbs', line 735 def disabled @disabled end |
#enable_sni ⇒ Boolean
Returns the value of attribute enable_sni.
738 739 740 |
# File 'sig/types.rbs', line 738 def enable_sni @enable_sni end |
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
732 733 734 |
# File 'sig/types.rbs', line 732 def failure_threshold @failure_threshold end |
#fully_qualified_domain_name ⇒ ::String
Returns the value of attribute fully_qualified_domain_name.
729 730 731 |
# File 'sig/types.rbs', line 729 def fully_qualified_domain_name @fully_qualified_domain_name end |
#health_threshold ⇒ ::Integer
Returns the value of attribute health_threshold.
736 737 738 |
# File 'sig/types.rbs', line 736 def health_threshold @health_threshold end |
#insufficient_data_health_status ⇒ "Healthy", ...
Returns the value of attribute insufficient_data_health_status.
741 742 743 |
# File 'sig/types.rbs', line 741 def insufficient_data_health_status @insufficient_data_health_status end |
#inverted ⇒ Boolean
Returns the value of attribute inverted.
734 735 736 |
# File 'sig/types.rbs', line 734 def inverted @inverted end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
725 726 727 |
# File 'sig/types.rbs', line 725 def ip_address @ip_address end |
#measure_latency ⇒ Boolean
Returns the value of attribute measure_latency.
733 734 735 |
# File 'sig/types.rbs', line 733 def measure_latency @measure_latency end |
#port ⇒ ::Integer
Returns the value of attribute port.
726 727 728 |
# File 'sig/types.rbs', line 726 def port @port end |
#regions ⇒ ::Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")]
Returns the value of attribute regions.
739 740 741 |
# File 'sig/types.rbs', line 739 def regions @regions end |
#request_interval ⇒ ::Integer
Returns the value of attribute request_interval.
731 732 733 |
# File 'sig/types.rbs', line 731 def request_interval @request_interval end |
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
728 729 730 |
# File 'sig/types.rbs', line 728 def resource_path @resource_path end |
#routing_control_arn ⇒ ::String
Returns the value of attribute routing_control_arn.
742 743 744 |
# File 'sig/types.rbs', line 742 def routing_control_arn @routing_control_arn end |
#search_string ⇒ ::String
Returns the value of attribute search_string.
730 731 732 |
# File 'sig/types.rbs', line 730 def search_string @search_string end |
#type ⇒ "HTTP", ...
Returns the value of attribute type.
727 728 729 |
# File 'sig/types.rbs', line 727 def type @type end |