Class: Aws::MediaLive::Types::ClusterAlert

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

Overview

An alert on a cluster

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_typeString

The type of the alert

Returns:

  • (String)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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

#channel_idString

The ID of the channel this alert is associated with

Returns:

  • (String)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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

#cleared_timestampTime

Returns:

  • (Time)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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

#idString

The further subtype of this alert

Returns:

  • (String)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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

#messageString

The user facing alert message which can have more context

Returns:

  • (String)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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

#node_idString

The ID of the node this alert is associated with

Returns:

  • (String)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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

#set_timestampTime

Returns:

  • (Time)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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

#stateString

The state of the alert

Returns:

  • (String)


22008
22009
22010
22011
22012
22013
22014
22015
22016
22017
22018
22019
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22008

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