Class: Aws::IoT::Types::SecurityProfileTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

A target to which an alert is sent when a security profile behavior is violated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the security profile.

Returns:

  • (String)


13651
13652
13653
13654
13655
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13651

class SecurityProfileTarget < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end