Class: Aws::Types::UpdateHealthCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHealthCheckRequest
- 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_check_id ⇒ ::String
Returns the value of attribute health_check_id.
-
#health_check_version ⇒ ::Integer
Returns the value of attribute health_check_version.
-
#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.
-
#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.
-
#reset_elements ⇒ ::Array[("FullyQualifiedDomainName" | "Regions" | "ResourcePath" | "ChildHealthChecks")]
Returns the value of attribute reset_elements.
-
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
-
#search_string ⇒ ::String
Returns the value of attribute search_string.
Instance Attribute Details
#alarm_identifier ⇒ Types::AlarmIdentifier
Returns the value of attribute alarm_identifier.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def alarm_identifier @alarm_identifier end |
#child_health_checks ⇒ ::Array[::String]
Returns the value of attribute child_health_checks.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def child_health_checks @child_health_checks end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def disabled @disabled end |
#enable_sni ⇒ Boolean
Returns the value of attribute enable_sni.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def enable_sni @enable_sni end |
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def failure_threshold @failure_threshold end |
#fully_qualified_domain_name ⇒ ::String
Returns the value of attribute fully_qualified_domain_name.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def fully_qualified_domain_name @fully_qualified_domain_name end |
#health_check_id ⇒ ::String
Returns the value of attribute health_check_id.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def health_check_id @health_check_id end |
#health_check_version ⇒ ::Integer
Returns the value of attribute health_check_version.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def health_check_version @health_check_version end |
#health_threshold ⇒ ::Integer
Returns the value of attribute health_threshold.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def health_threshold @health_threshold end |
#insufficient_data_health_status ⇒ "Healthy", ...
Returns the value of attribute insufficient_data_health_status.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def insufficient_data_health_status @insufficient_data_health_status end |
#inverted ⇒ Boolean
Returns the value of attribute inverted.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def inverted @inverted end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def ip_address @ip_address end |
#port ⇒ ::Integer
Returns the value of attribute port.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 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.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def regions @regions end |
#reset_elements ⇒ ::Array[("FullyQualifiedDomainName" | "Regions" | "ResourcePath" | "ChildHealthChecks")]
Returns the value of attribute reset_elements.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def reset_elements @reset_elements end |
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def resource_path @resource_path end |
#search_string ⇒ ::String
Returns the value of attribute search_string.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def search_string @search_string end |