Class: Aws::Types::ListHealthEventsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def end_time
  @end_time
end

#event_status"ACTIVE", "RESOLVED"

Returns the value of attribute event_status.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def event_status
  @event_status
end

#linked_account_id::String

Returns the value of attribute linked_account_id.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def 
  @linked_account_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def max_results
  @max_results
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def monitor_name
  @monitor_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:



248
249
250
# File 'sig/types.rbs', line 248

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def start_time
  @start_time
end