Class: Aws::IoT::Types::LogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LogTarget
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass LogTarget data as a hash:
{
target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
target_name: "LogTargetName",
}
A log target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_name ⇒ String
The target name.
-
#target_type ⇒ String
The target type.