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_type ⇒ "ScheduledAssessmentFailure", "DriftDetected"

Returns the value of attribute event_type.

Returns:

  • ("ScheduledAssessmentFailure", "DriftDetected")


641
642
643
# File 'sig/types.rbs', line 641

def event_type
  @event_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def name
  @name
end

#sns_topic_arn ⇒ ::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def sns_topic_arn
  @sns_topic_arn
end