Module AWS::SNS::FromAutoScaling
In: lib/aws/sns/originators/from_auto_scaling.rb

A module to enrich {Message} based on it originating from AutoScaling, which have a particular subject and message payload. Parses such messages into a more rich representation.

Methods

Public Class methods

Public Instance methods

@return [Boolean] true when the SNS originates from auto-scaling

@return [Symbol] the auto-scaling event name

@return [String] the auto-scaling group name

@return [String] the instance-ID that is the subject of this event

[Validate]