Class: Aws::KinesisVideo::Types::LastRecorderStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::LastRecorderStatus
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
The latest status of a stream's edge recording job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_status_details ⇒ String
A description of a recorder job’s latest status.
-
#last_collected_time ⇒ Time
The timestamp at which the recorder job was last executed and media stored to local disk.
-
#last_updated_time ⇒ Time
The timestamp at which the recorder status was last updated.
-
#recorder_status ⇒ String
The status of the latest recorder job.
Instance Attribute Details
#job_status_details ⇒ String
A description of a recorder job’s latest status.
968 969 970 971 972 973 974 975 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 968 class LastRecorderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :recorder_status) SENSITIVE = [] include Aws::Structure end |
#last_collected_time ⇒ Time
The timestamp at which the recorder job was last executed and media stored to local disk.
968 969 970 971 972 973 974 975 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 968 class LastRecorderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :recorder_status) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The timestamp at which the recorder status was last updated.
968 969 970 971 972 973 974 975 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 968 class LastRecorderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :recorder_status) SENSITIVE = [] include Aws::Structure end |
#recorder_status ⇒ String
The status of the latest recorder job.
968 969 970 971 972 973 974 975 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 968 class LastRecorderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :recorder_status) SENSITIVE = [] include Aws::Structure end |