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.
748 749 750 751 752 753 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 748 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.
748 749 750 751 752 753 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 748 class EdgeAgentStatus < Struct.new( :last_recorder_status, :last_uploader_status) SENSITIVE = [] include Aws::Structure end |