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)


5795
5796
5797
# File 'sig/types.rbs', line 5795

def alert_type
  @alert_type
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


5796
5797
5798
# File 'sig/types.rbs', line 5796

def channel_id
  @channel_id
end

#cleared_timestamp::Time

Returns the value of attribute cleared_timestamp.

Returns:

  • (::Time)


5797
5798
5799
# File 'sig/types.rbs', line 5797

def cleared_timestamp
  @cleared_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5798
5799
5800
# File 'sig/types.rbs', line 5798

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


5799
5800
5801
# File 'sig/types.rbs', line 5799

def message
  @message
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


5800
5801
5802
# File 'sig/types.rbs', line 5800

def node_id
  @node_id
end

#set_timestamp::Time

Returns the value of attribute set_timestamp.

Returns:

  • (::Time)


5801
5802
5803
# File 'sig/types.rbs', line 5801

def set_timestamp
  @set_timestamp
end

#state"SET", "CLEARED"

Returns the value of attribute state.

Returns:

  • ("SET", "CLEARED")


5802
5803
5804
# File 'sig/types.rbs', line 5802

def state
  @state
end