Class: Aws::Types::Event

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ ::Array[Types::Action]

Returns the value of attribute actions.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def actions
  @actions
end

#condition ⇒ ::String

Returns the value of attribute condition.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def condition
  @condition
end

#event_name ⇒ ::String

Returns the value of attribute event_name.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def event_name
  @event_name
end