Class: Aws::Types::SubscribeToEventRequest

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")


712
713
714
# File 'sig/types.rbs', line 712

def event
  @event
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def resource_arn
  @resource_arn
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def topic_arn
  @topic_arn
end