Class: Aws::Types::CreateEndpointGroupRequest

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:



223
224
225
# File 'sig/types.rbs', line 223

def endpoint_configurations
  @endpoint_configurations
end

#endpoint_group_region::String

Returns the value of attribute endpoint_group_region.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def endpoint_group_region
  @endpoint_group_region
end

#health_check_interval_seconds::Integer

Returns the value of attribute health_check_interval_seconds.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def health_check_interval_seconds
  @health_check_interval_seconds
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def health_check_path
  @health_check_path
end

#health_check_port::Integer

Returns the value of attribute health_check_port.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def health_check_port
  @health_check_port
end

#health_check_protocol"TCP", ...

Returns the value of attribute health_check_protocol.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def health_check_protocol
  @health_check_protocol
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def idempotency_token
  @idempotency_token
end

#listener_arn::String

Returns the value of attribute listener_arn.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def listener_arn
  @listener_arn
end

#port_overrides::Array[Types::PortOverride]

Returns the value of attribute port_overrides.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def port_overrides
  @port_overrides
end

#threshold_count::Integer

Returns the value of attribute threshold_count.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def threshold_count
  @threshold_count
end

#traffic_dial_percentage::Float

Returns the value of attribute traffic_dial_percentage.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def traffic_dial_percentage
  @traffic_dial_percentage
end