Class: Aws::Types::UnsubscribeFromEventRequest

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


745
746
747
# File 'sig/types.rbs', line 745

def event
  @event
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def resource_arn
  @resource_arn
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def topic_arn
  @topic_arn
end