Class: Aws::KinesisVideo::Types::EdgeAgentStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb

Overview

An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_recorder_statusTypes::LastRecorderStatus

The latest status of a stream’s edge recording job.



694
695
696
697
698
699
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 694

class EdgeAgentStatus < Struct.new(
  :last_recorder_status,
  :last_uploader_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_uploader_statusTypes::LastUploaderStatus

The latest status of a stream’s edge to cloud uploader job.



694
695
696
697
698
699
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 694

class EdgeAgentStatus < Struct.new(
  :last_recorder_status,
  :last_uploader_status)
  SENSITIVE = []
  include Aws::Structure
end