You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::AlertTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AlertTarget
- Defined in:
- (unknown)
Overview
Note:
When passing AlertTarget as input to an Aws::Client method, you can use a vanilla Hash:
{
alert_target_arn: "AlertTargetArn", # required
role_arn: "RoleArn", # required
}
A structure containing the alert target ARN and the role ARN.
Instance Attribute Summary collapse
-
#alert_target_arn ⇒ String
The ARN of the notification target to which alerts are sent.
-
#role_arn ⇒ String
The ARN of the role that grants permission to send alerts to the notification target.
Instance Attribute Details
#alert_target_arn ⇒ String
The ARN of the notification target to which alerts are sent.
#role_arn ⇒ String
The ARN of the role that grants permission to send alerts to the notification target.