Class: Aws::KinesisVideo::Types::EdgeAgentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::EdgeAgentStatus
- Includes:
- Structure
- Defined in:
- 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
-
#last_recorder_status ⇒ Types::LastRecorderStatus
The latest status of a stream’s edge recording job.
-
#last_uploader_status ⇒ Types::LastUploaderStatus
The latest status of a stream’s edge to cloud uploader job.
Instance Attribute Details
#last_recorder_status ⇒ Types::LastRecorderStatus
The latest status of a stream’s edge recording job.
694 695 696 697 698 699 |
# File '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_status ⇒ Types::LastUploaderStatus
The latest status of a stream’s edge to cloud uploader job.
694 695 696 697 698 699 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 694 class EdgeAgentStatus < Struct.new( :last_recorder_status, :last_uploader_status) SENSITIVE = [] include Aws::Structure end |