Class: Aws::Types::MultiplexAlert

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alert_type::String

Returns the value of attribute alert_type.

Returns:

  • (::String)


5855
5856
5857
# File 'sig/types.rbs', line 5855

def alert_type
  @alert_type
end

#cleared_timestamp::Time

Returns the value of attribute cleared_timestamp.

Returns:

  • (::Time)


5856
5857
5858
# File 'sig/types.rbs', line 5856

def cleared_timestamp
  @cleared_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5857
5858
5859
# File 'sig/types.rbs', line 5857

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


5858
5859
5860
# File 'sig/types.rbs', line 5858

def message
  @message
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


5859
5860
5861
# File 'sig/types.rbs', line 5859

def pipeline_id
  @pipeline_id
end

#set_timestamp::Time

Returns the value of attribute set_timestamp.

Returns:

  • (::Time)


5860
5861
5862
# File 'sig/types.rbs', line 5860

def set_timestamp
  @set_timestamp
end

#state"SET", "CLEARED"

Returns the value of attribute state.

Returns:

  • ("SET", "CLEARED")


5861
5862
5863
# File 'sig/types.rbs', line 5861

def state
  @state
end