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
show all
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

Instance Attribute Details

#alert_target_arnString

The ARN of the notification target to which alerts are sent.

Returns:

  • (String)

    The ARN of the notification target to which alerts are sent.

#role_arnString

The ARN of the role that grants permission to send alerts to the notification target.

Returns:

  • (String)

    The ARN of the role that grants permission to send alerts to the notification target.