Class: Aws::Types::EventSubscription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event"ASSESSMENT_RUN_STARTED", ...

Returns the value of attribute event.

Returns:

  • ("ASSESSMENT_RUN_STARTED", "ASSESSMENT_RUN_COMPLETED", "ASSESSMENT_RUN_STATE_CHANGED", "FINDING_REPORTED", "OTHER")


332
333
334
# File 'sig/types.rbs', line 332

def event
  @event
end

#subscribed_at::Time

Returns the value of attribute subscribed_at.

Returns:

  • (::Time)


333
334
335
# File 'sig/types.rbs', line 333

def subscribed_at
  @subscribed_at
end