Class: Aws::KinesisVideo::Types::LastRecorderStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_status_detailsString

A description of a recorder job’s latest status.

Returns:

  • (String)


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_timeTime

The timestamp at which the recorder job was last executed and media stored to local disk.

Returns:

  • (Time)


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_timeTime

The timestamp at which the recorder status was last updated.

Returns:

  • (Time)


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_statusString

The status of the latest recorder job.

Returns:

  • (String)


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