Class: Aws::KinesisVideo::Types::LastUploaderStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::LastUploaderStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
The latest status of a stream’s edge to cloud uploader job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_status_details ⇒ String
A description of an uploader job’s latest status.
-
#last_collected_time ⇒ Time
The timestamp at which the uploader job was last executed and media collected to the cloud.
-
#last_updated_time ⇒ Time
The timestamp at which the uploader status was last updated.
-
#uploader_status ⇒ String
The status of the latest uploader job.
Instance Attribute Details
#job_status_details ⇒ String
A description of an uploader job’s latest status.
998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 998 class LastUploaderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :uploader_status) SENSITIVE = [] include Aws::Structure end |
#last_collected_time ⇒ Time
The timestamp at which the uploader job was last executed and media collected to the cloud.
998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 998 class LastUploaderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :uploader_status) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The timestamp at which the uploader status was last updated.
998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 998 class LastUploaderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :uploader_status) SENSITIVE = [] include Aws::Structure end |
#uploader_status ⇒ String
The status of the latest uploader job.
998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 998 class LastUploaderStatus < Struct.new( :job_status_details, :last_collected_time, :last_updated_time, :uploader_status) SENSITIVE = [] include Aws::Structure end |