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)


5867
5868
5869
# File 'sig/types.rbs', line 5867

def alert_type
  @alert_type
end

#cleared_timestamp::Time

Returns the value of attribute cleared_timestamp.

Returns:

  • (::Time)


5868
5869
5870
# File 'sig/types.rbs', line 5868

def cleared_timestamp
  @cleared_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5869
5870
5871
# File 'sig/types.rbs', line 5869

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


5870
5871
5872
# File 'sig/types.rbs', line 5870

def message
  @message
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


5871
5872
5873
# File 'sig/types.rbs', line 5871

def pipeline_id
  @pipeline_id
end

#set_timestamp::Time

Returns the value of attribute set_timestamp.

Returns:

  • (::Time)


5872
5873
5874
# File 'sig/types.rbs', line 5872

def set_timestamp
  @set_timestamp
end

#state"SET", "CLEARED"

Returns the value of attribute state.

Returns:

  • ("SET", "CLEARED")


5873
5874
5875
# File 'sig/types.rbs', line 5873

def state
  @state
end