Class: Aws::Types::AssessmentRunNotification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


111
112
113
# File 'sig/types.rbs', line 111

def date
  @date
end

#errorBoolean

Returns the value of attribute error.

Returns:

  • (Boolean)


114
115
116
# File 'sig/types.rbs', line 114

def error
  @error
end

#event"ASSESSMENT_RUN_STARTED", ...

Returns the value of attribute event.

Returns:

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


112
113
114
# File 'sig/types.rbs', line 112

def event
  @event
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def message
  @message
end

#sns_publish_status_code"SUCCESS", ...

Returns the value of attribute sns_publish_status_code.

Returns:

  • ("SUCCESS", "TOPIC_DOES_NOT_EXIST", "ACCESS_DENIED", "INTERNAL_ERROR")


116
117
118
# File 'sig/types.rbs', line 116

def sns_publish_status_code
  @sns_publish_status_code
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def sns_topic_arn
  @sns_topic_arn
end