Class: Aws::Types::AssessmentRunNotification
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentRunNotification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#error ⇒ Boolean
Returns the value of attribute error.
-
#event ⇒ "ASSESSMENT_RUN_STARTED", ...
Returns the value of attribute event.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#sns_publish_status_code ⇒ "SUCCESS", ...
Returns the value of attribute sns_publish_status_code.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
111 112 113 |
# File 'sig/types.rbs', line 111 def date @date end |
#error ⇒ Boolean
Returns the value of attribute error.
114 115 116 |
# File 'sig/types.rbs', line 114 def error @error end |
#event ⇒ "ASSESSMENT_RUN_STARTED", ...
Returns the value of attribute event.
112 113 114 |
# File 'sig/types.rbs', line 112 def event @event end |
#message ⇒ ::String
Returns the value of attribute message.
113 114 115 |
# File 'sig/types.rbs', line 113 def @message end |
#sns_publish_status_code ⇒ "SUCCESS", ...
Returns the value of attribute sns_publish_status_code.
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.
115 116 117 |
# File 'sig/types.rbs', line 115 def sns_topic_arn @sns_topic_arn end |