Class: Aws::MediaLive::Types::MultiplexAlert

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

An alert on a multiplex

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_typeString

The type of the alert

Returns:

  • (String)


22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
# File 'lib/aws-sdk-medialive/types.rb', line 22294

class MultiplexAlert < Struct.new(
  :alert_type,
  :cleared_timestamp,
  :id,
  :message,
  :pipeline_id,
  :set_timestamp,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#cleared_timestampTime

Returns:

  • (Time)


22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
# File 'lib/aws-sdk-medialive/types.rb', line 22294

class MultiplexAlert < Struct.new(
  :alert_type,
  :cleared_timestamp,
  :id,
  :message,
  :pipeline_id,
  :set_timestamp,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID for this alert instance

Returns:

  • (String)


22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
# File 'lib/aws-sdk-medialive/types.rb', line 22294

class MultiplexAlert < Struct.new(
  :alert_type,
  :cleared_timestamp,
  :id,
  :message,
  :pipeline_id,
  :set_timestamp,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The user facing alert message which can have more context

Returns:

  • (String)


22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
# File 'lib/aws-sdk-medialive/types.rb', line 22294

class MultiplexAlert < Struct.new(
  :alert_type,
  :cleared_timestamp,
  :id,
  :message,
  :pipeline_id,
  :set_timestamp,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_idString

The ID of the pipeline this alert is associated with

Returns:

  • (String)


22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
# File 'lib/aws-sdk-medialive/types.rb', line 22294

class MultiplexAlert < Struct.new(
  :alert_type,
  :cleared_timestamp,
  :id,
  :message,
  :pipeline_id,
  :set_timestamp,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#set_timestampTime

Returns:

  • (Time)


22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
# File 'lib/aws-sdk-medialive/types.rb', line 22294

class MultiplexAlert < Struct.new(
  :alert_type,
  :cleared_timestamp,
  :id,
  :message,
  :pipeline_id,
  :set_timestamp,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the alert

Returns:

  • (String)


22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
# File 'lib/aws-sdk-medialive/types.rb', line 22294

class MultiplexAlert < Struct.new(
  :alert_type,
  :cleared_timestamp,
  :id,
  :message,
  :pipeline_id,
  :set_timestamp,
  :state)
  SENSITIVE = []
  include Aws::Structure
end