Class: Aws::Types::ListHealthEventsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_events::Array[Types::HealthEvent]

Returns the value of attribute health_events.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def health_events
  @health_events
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def next_token
  @next_token
end