Class: Aws::Types::EndpointGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_descriptions::Array[Types::EndpointDescription]

Returns the value of attribute endpoint_descriptions.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def endpoint_descriptions
  @endpoint_descriptions
end

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_group_region::String

Returns the value of attribute endpoint_group_region.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def endpoint_group_region
  @endpoint_group_region
end

#health_check_interval_seconds::Integer

Returns the value of attribute health_check_interval_seconds.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def health_check_interval_seconds
  @health_check_interval_seconds
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def health_check_path
  @health_check_path
end

#health_check_port::Integer

Returns the value of attribute health_check_port.

Returns:



503
504
505
# File 'sig/types.rbs', line 503

def health_check_port
  @health_check_port
end

#health_check_protocol"TCP", ...

Returns the value of attribute health_check_protocol.

Returns:



504
505
506
# File 'sig/types.rbs', line 504

def health_check_protocol
  @health_check_protocol
end

#port_overrides::Array[Types::PortOverride]

Returns the value of attribute port_overrides.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def port_overrides
  @port_overrides
end

#threshold_count::Integer

Returns the value of attribute threshold_count.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def threshold_count
  @threshold_count
end

#traffic_dial_percentage::Float

Returns the value of attribute traffic_dial_percentage.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def traffic_dial_percentage
  @traffic_dial_percentage
end