Class: Aws::Types::SystemEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type ⇒ "STATE_CHANGE"

Returns the value of attribute event_type.

Returns:

  • ("STATE_CHANGE")


366
367
368
# File 'sig/types.rbs', line 366

def event_type
  @event_type
end

#state_change_configuration ⇒ Types::StateChangeConfiguration

Returns the value of attribute state_change_configuration.



367
368
369
# File 'sig/types.rbs', line 367

def state_change_configuration
  @state_change_configuration
end