Class: Aws::Types::GetLoadBalancerMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLoadBalancerMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#metric_name ⇒ "ClientTLSNegotiationErrorCount", ...
Returns the value of attribute metric_name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def metric_name @metric_name end |
#period ⇒ ::Integer
Returns the value of attribute period.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def period @period end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def statistics @statistics end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def unit @unit end |