Class: Aws::Types::ClusterAlert

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)


5783
5784
5785
# File 'sig/types.rbs', line 5783

def alert_type
  @alert_type
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


5784
5785
5786
# File 'sig/types.rbs', line 5784

def channel_id
  @channel_id
end

#cleared_timestamp::Time

Returns the value of attribute cleared_timestamp.

Returns:

  • (::Time)


5785
5786
5787
# File 'sig/types.rbs', line 5785

def cleared_timestamp
  @cleared_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5786
5787
5788
# File 'sig/types.rbs', line 5786

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


5787
5788
5789
# File 'sig/types.rbs', line 5787

def message
  @message
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


5788
5789
5790
# File 'sig/types.rbs', line 5788

def node_id
  @node_id
end

#set_timestamp::Time

Returns the value of attribute set_timestamp.

Returns:

  • (::Time)


5789
5790
5791
# File 'sig/types.rbs', line 5789

def set_timestamp
  @set_timestamp
end

#state"SET", "CLEARED"

Returns the value of attribute state.

Returns:

  • ("SET", "CLEARED")


5790
5791
5792
# File 'sig/types.rbs', line 5790

def state
  @state
end