Class: Aws::Types::GetLoadBalancerMetricDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def end_time
  @end_time
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def load_balancer_name
  @load_balancer_name
end

#metric_name"ClientTLSNegotiationErrorCount", ...

Returns the value of attribute metric_name.

Returns:

  • ("ClientTLSNegotiationErrorCount", "HealthyHostCount", "UnhealthyHostCount", "HTTPCode_LB_4XX_Count", "HTTPCode_LB_5XX_Count", "HTTPCode_Instance_2XX_Count", "HTTPCode_Instance_3XX_Count", "HTTPCode_Instance_4XX_Count", "HTTPCode_Instance_5XX_Count", "InstanceResponseTime", "RejectedConnectionCount", "RequestCount")


1809
1810
1811
# File 'sig/types.rbs', line 1809

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def period
  @period
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def start_time
  @start_time
end

#statistics::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]

Returns the value of attribute statistics.

Returns:

  • (::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")])


1814
1815
1816
# File 'sig/types.rbs', line 1814

def statistics
  @statistics
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None")


1813
1814
1815
# File 'sig/types.rbs', line 1813

def unit
  @unit
end