Class: Aws::IoT::Types::SecurityProfileTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SecurityProfileTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A target to which an alert is sent when a security profile behavior is violated.
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the security profile.
Instance Attribute Details
#arn ⇒ String
The ARN of the security profile.
9174 9175 9176 9177 |
# File 'lib/aws-sdk-iot/types.rb', line 9174 class SecurityProfileTarget < Struct.new( :arn) include Aws::Structure end |