Class: Aws::Types::TelemetryRecord
- Inherits:
-
Object
- Object
- Aws::Types::TelemetryRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backend_connection_errors ⇒ Types::BackendConnectionErrors
Returns the value of attribute backend_connection_errors.
-
#segments_received_count ⇒ ::Integer
Returns the value of attribute segments_received_count.
-
#segments_rejected_count ⇒ ::Integer
Returns the value of attribute segments_rejected_count.
-
#segments_sent_count ⇒ ::Integer
Returns the value of attribute segments_sent_count.
-
#segments_spillover_count ⇒ ::Integer
Returns the value of attribute segments_spillover_count.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#backend_connection_errors ⇒ Types::BackendConnectionErrors
Returns the value of attribute backend_connection_errors.
948 949 950 |
# File 'sig/types.rbs', line 948 def backend_connection_errors @backend_connection_errors end |
#segments_received_count ⇒ ::Integer
Returns the value of attribute segments_received_count.
944 945 946 |
# File 'sig/types.rbs', line 944 def segments_received_count @segments_received_count end |
#segments_rejected_count ⇒ ::Integer
Returns the value of attribute segments_rejected_count.
947 948 949 |
# File 'sig/types.rbs', line 947 def segments_rejected_count @segments_rejected_count end |
#segments_sent_count ⇒ ::Integer
Returns the value of attribute segments_sent_count.
945 946 947 |
# File 'sig/types.rbs', line 945 def segments_sent_count @segments_sent_count end |
#segments_spillover_count ⇒ ::Integer
Returns the value of attribute segments_spillover_count.
946 947 948 |
# File 'sig/types.rbs', line 946 def segments_spillover_count @segments_spillover_count end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
943 944 945 |
# File 'sig/types.rbs', line 943 def end |