Class: Aws::Types::ChannelAlert

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)


5772
5773
5774
# File 'sig/types.rbs', line 5772

def alert_type
  @alert_type
end

#cleared_timestamp::Time

Returns the value of attribute cleared_timestamp.

Returns:

  • (::Time)


5773
5774
5775
# File 'sig/types.rbs', line 5773

def cleared_timestamp
  @cleared_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5774
5775
5776
# File 'sig/types.rbs', line 5774

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


5775
5776
5777
# File 'sig/types.rbs', line 5775

def message
  @message
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


5776
5777
5778
# File 'sig/types.rbs', line 5776

def pipeline_id
  @pipeline_id
end

#set_timestamp::Time

Returns the value of attribute set_timestamp.

Returns:

  • (::Time)


5777
5778
5779
# File 'sig/types.rbs', line 5777

def set_timestamp
  @set_timestamp
end

#state"SET", "CLEARED"

Returns the value of attribute state.

Returns:

  • ("SET", "CLEARED")


5778
5779
5780
# File 'sig/types.rbs', line 5778

def state
  @state
end