You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::AuditNotificationTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditNotificationTarget
- Defined in:
- (unknown)
Overview
Note:
When passing AuditNotificationTarget as input to an Aws::Client method, you can use a vanilla Hash:
{
target_arn: "TargetArn",
role_arn: "RoleArn",
enabled: false,
}
Information about the targets to which audit notifications are sent.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True if notifications to the target are enabled.
-
#role_arn ⇒ String
The ARN of the role that grants permission to send notifications to the target.
-
#target_arn ⇒ String
The ARN of the target (SNS topic) to which audit notifications are sent.
Instance Attribute Details
#enabled ⇒ Boolean
True if notifications to the target are enabled.
#role_arn ⇒ String
The ARN of the role that grants permission to send notifications to the target.
#target_arn ⇒ String
The ARN of the target (SNS topic) to which audit notifications are sent.