Class: Aws::XRay::Types::TelemetryRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::TelemetryRecord
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #backend_connection_errors ⇒ Types::BackendConnectionErrors
- #segments_received_count ⇒ Integer
- #segments_rejected_count ⇒ Integer
- #segments_sent_count ⇒ Integer
- #segments_spillover_count ⇒ Integer
- #timestamp ⇒ Time
Instance Attribute Details
#backend_connection_errors ⇒ Types::BackendConnectionErrors
3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-xray/types.rb', line 3337 class TelemetryRecord < Struct.new( :timestamp, :segments_received_count, :segments_sent_count, :segments_spillover_count, :segments_rejected_count, :backend_connection_errors) SENSITIVE = [] include Aws::Structure end |
#segments_received_count ⇒ Integer
3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-xray/types.rb', line 3337 class TelemetryRecord < Struct.new( :timestamp, :segments_received_count, :segments_sent_count, :segments_spillover_count, :segments_rejected_count, :backend_connection_errors) SENSITIVE = [] include Aws::Structure end |
#segments_rejected_count ⇒ Integer
3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-xray/types.rb', line 3337 class TelemetryRecord < Struct.new( :timestamp, :segments_received_count, :segments_sent_count, :segments_spillover_count, :segments_rejected_count, :backend_connection_errors) SENSITIVE = [] include Aws::Structure end |
#segments_sent_count ⇒ Integer
3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-xray/types.rb', line 3337 class TelemetryRecord < Struct.new( :timestamp, :segments_received_count, :segments_sent_count, :segments_spillover_count, :segments_rejected_count, :backend_connection_errors) SENSITIVE = [] include Aws::Structure end |
#segments_spillover_count ⇒ Integer
3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-xray/types.rb', line 3337 class TelemetryRecord < Struct.new( :timestamp, :segments_received_count, :segments_sent_count, :segments_spillover_count, :segments_rejected_count, :backend_connection_errors) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-xray/types.rb', line 3337 class TelemetryRecord < Struct.new( :timestamp, :segments_received_count, :segments_sent_count, :segments_spillover_count, :segments_rejected_count, :backend_connection_errors) SENSITIVE = [] include Aws::Structure end |