Class: Aws::Types::TelemetryRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backend_connection_errorsTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


943
944
945
# File 'sig/types.rbs', line 943

def timestamp
  @timestamp
end