Class: Aws::Types::UpdateHealthCheckRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_identifierTypes::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.

Returns:

  • (::Array[::String])


1506
1507
1508
# File 'sig/types.rbs', line 1506

def child_health_checks
  @child_health_checks
end

#disabledBoolean

Returns the value of attribute disabled.

Returns:

  • (Boolean)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def disabled
  @disabled
end

#enable_sniBoolean

Returns the value of attribute enable_sni.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Healthy", "Unhealthy", "LastKnownStatus")


1510
1511
1512
# File 'sig/types.rbs', line 1510

def insufficient_data_health_status
  @insufficient_data_health_status
end

#invertedBoolean

Returns the value of attribute inverted.

Returns:

  • (Boolean)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def inverted
  @inverted
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def ip_address
  @ip_address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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.

Returns:

  • (::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")])


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.

Returns:

  • (::Array[("FullyQualifiedDomainName" | "Regions" | "ResourcePath" | "ChildHealthChecks")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def search_string
  @search_string
end