Class: Aws::Types::ModifyTargetGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_enabledBoolean

Returns the value of attribute health_check_enabled.

Returns:

  • (Boolean)


824
825
826
# File 'sig/types.rbs', line 824

def health_check_enabled
  @health_check_enabled
end

#health_check_interval_seconds::Integer

Returns the value of attribute health_check_interval_seconds.

Returns:

  • (::Integer)


825
826
827
# File 'sig/types.rbs', line 825

def health_check_interval_seconds
  @health_check_interval_seconds
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def health_check_path
  @health_check_path
end

#health_check_port::String

Returns the value of attribute health_check_port.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def health_check_port
  @health_check_port
end

#health_check_protocol"HTTP", ...

Returns the value of attribute health_check_protocol.

Returns:

  • ("HTTP", "HTTPS", "TCP", "TLS", "UDP", "TCP_UDP", "GENEVE", "QUIC", "TCP_QUIC")


821
822
823
# File 'sig/types.rbs', line 821

def health_check_protocol
  @health_check_protocol
end

#health_check_timeout_seconds::Integer

Returns the value of attribute health_check_timeout_seconds.

Returns:

  • (::Integer)


826
827
828
# File 'sig/types.rbs', line 826

def health_check_timeout_seconds
  @health_check_timeout_seconds
end

#healthy_threshold_count::Integer

Returns the value of attribute healthy_threshold_count.

Returns:

  • (::Integer)


827
828
829
# File 'sig/types.rbs', line 827

def healthy_threshold_count
  @healthy_threshold_count
end

#matcherTypes::Matcher

Returns the value of attribute matcher.

Returns:



829
830
831
# File 'sig/types.rbs', line 829

def matcher
  @matcher
end

#target_group_arn::String

Returns the value of attribute target_group_arn.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def target_group_arn
  @target_group_arn
end

#unhealthy_threshold_count::Integer

Returns the value of attribute unhealthy_threshold_count.

Returns:

  • (::Integer)


828
829
830
# File 'sig/types.rbs', line 828

def unhealthy_threshold_count
  @unhealthy_threshold_count
end