Class: Aws::Types::AlarmHistoryItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_contributor_attributes::Hash[::String, ::String]

Returns the value of attribute alarm_contributor_attributes.

Returns:

  • (::Hash[::String, ::String])


27
28
29
# File 'sig/types.rbs', line 27

def alarm_contributor_attributes
  @alarm_contributor_attributes
end

#alarm_contributor_id::String

Returns the value of attribute alarm_contributor_id.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def alarm_contributor_id
  @alarm_contributor_id
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def alarm_name
  @alarm_name
end

#alarm_type"CompositeAlarm", ...

Returns the value of attribute alarm_type.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def alarm_type
  @alarm_type
end

#history_data::String

Returns the value of attribute history_data.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def history_data
  @history_data
end

#history_item_type"ConfigurationUpdate", ...

Returns the value of attribute history_item_type.

Returns:

  • ("ConfigurationUpdate", "StateUpdate", "Action", "AlarmContributorStateUpdate", "AlarmContributorAction")


24
25
26
# File 'sig/types.rbs', line 24

def history_item_type
  @history_item_type
end

#history_summary::String

Returns the value of attribute history_summary.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def history_summary
  @history_summary
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


23
24
25
# File 'sig/types.rbs', line 23

def timestamp
  @timestamp
end