Class: Aws::MediaLive::Types::ChannelAlert

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

Overview

An alert on a channel

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_typeString

The type of the alert

Returns:

  • (String)


21962
21963
21964
21965
21966
21967
21968
21969
21970
21971
21972
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21962

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

#cleared_timestampTime

Returns:

  • (Time)


21962
21963
21964
21965
21966
21967
21968
21969
21970
21971
21972
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21962

class ChannelAlert < 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)


21962
21963
21964
21965
21966
21967
21968
21969
21970
21971
21972
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21962

class ChannelAlert < 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)


21962
21963
21964
21965
21966
21967
21968
21969
21970
21971
21972
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21962

class ChannelAlert < 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)


21962
21963
21964
21965
21966
21967
21968
21969
21970
21971
21972
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21962

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

#set_timestampTime

Returns:

  • (Time)


21962
21963
21964
21965
21966
21967
21968
21969
21970
21971
21972
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21962

class ChannelAlert < 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)


21962
21963
21964
21965
21966
21967
21968
21969
21970
21971
21972
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21962

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