Class: Aws::Types::UpdateEndpointGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_configurations::Array[Types::EndpointConfiguration]

Returns the value of attribute endpoint_configurations.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def endpoint_configurations
  @endpoint_configurations
end

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def endpoint_group_arn
  @endpoint_group_arn
end

#health_check_interval_seconds::Integer

Returns the value of attribute health_check_interval_seconds.

Returns:

  • (::Integer)


917
918
919
# File 'sig/types.rbs', line 917

def health_check_interval_seconds
  @health_check_interval_seconds
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def health_check_path
  @health_check_path
end

#health_check_port::Integer

Returns the value of attribute health_check_port.

Returns:

  • (::Integer)


914
915
916
# File 'sig/types.rbs', line 914

def health_check_port
  @health_check_port
end

#health_check_protocol"TCP", ...

Returns the value of attribute health_check_protocol.

Returns:

  • ("TCP", "HTTP", "HTTPS")


915
916
917
# File 'sig/types.rbs', line 915

def health_check_protocol
  @health_check_protocol
end

#port_overrides::Array[Types::PortOverride]

Returns the value of attribute port_overrides.

Returns:



919
920
921
# File 'sig/types.rbs', line 919

def port_overrides
  @port_overrides
end

#threshold_count::Integer

Returns the value of attribute threshold_count.

Returns:

  • (::Integer)


918
919
920
# File 'sig/types.rbs', line 918

def threshold_count
  @threshold_count
end

#traffic_dial_percentage::Float

Returns the value of attribute traffic_dial_percentage.

Returns:

  • (::Float)


913
914
915
# File 'sig/types.rbs', line 913

def traffic_dial_percentage
  @traffic_dial_percentage
end