Class: Aws::Types::DescribeAlarmHistoryInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAlarmHistoryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_contributor_id ⇒ ::String
Returns the value of attribute alarm_contributor_id.
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#alarm_types ⇒ ::Array[("CompositeAlarm" | "MetricAlarm" | "LogAlarm")]
Returns the value of attribute alarm_types.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#history_item_type ⇒ "ConfigurationUpdate", ...
Returns the value of attribute history_item_type.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scan_by ⇒ "TimestampDescending", "TimestampAscending"
Returns the value of attribute scan_by.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#alarm_contributor_id ⇒ ::String
Returns the value of attribute alarm_contributor_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def alarm_contributor_id @alarm_contributor_id end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def alarm_name @alarm_name end |
#alarm_types ⇒ ::Array[("CompositeAlarm" | "MetricAlarm" | "LogAlarm")]
Returns the value of attribute alarm_types.
209 210 211 |
# File 'sig/types.rbs', line 209 def alarm_types @alarm_types end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
212 213 214 |
# File 'sig/types.rbs', line 212 def end_date @end_date end |
#history_item_type ⇒ "ConfigurationUpdate", ...
Returns the value of attribute history_item_type.
210 211 212 |
# File 'sig/types.rbs', line 210 def history_item_type @history_item_type end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
213 214 215 |
# File 'sig/types.rbs', line 213 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
214 215 216 |
# File 'sig/types.rbs', line 214 def next_token @next_token end |
#scan_by ⇒ "TimestampDescending", "TimestampAscending"
Returns the value of attribute scan_by.
215 216 217 |
# File 'sig/types.rbs', line 215 def scan_by @scan_by end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
211 212 213 |
# File 'sig/types.rbs', line 211 def start_date @start_date end |