Class: Aws::Types::ExpressGatewayScalingTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_metric"AVERAGE_CPU", ...

Returns the value of attribute auto_scaling_metric.

Returns:

  • ("AVERAGE_CPU", "AVERAGE_MEMORY", "REQUEST_COUNT_PER_TARGET")


1260
1261
1262
# File 'sig/types.rbs', line 1260

def auto_scaling_metric
  @auto_scaling_metric
end

#auto_scaling_target_value::Integer

Returns the value of attribute auto_scaling_target_value.

Returns:

  • (::Integer)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def auto_scaling_target_value
  @auto_scaling_target_value
end

#max_task_count::Integer

Returns the value of attribute max_task_count.

Returns:

  • (::Integer)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def max_task_count
  @max_task_count
end

#min_task_count::Integer

Returns the value of attribute min_task_count.

Returns:

  • (::Integer)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def min_task_count
  @min_task_count
end