Class: Aws::IoT::Types::LogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LogTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A log target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_name ⇒ String
The target name.
-
#target_type ⇒ String
The target type.
Instance Attribute Details
#target_name ⇒ String
The target name.
13209 13210 13211 13212 13213 13214 |
# File 'lib/aws-sdk-iot/types.rb', line 13209 class LogTarget < Struct.new( :target_type, :target_name) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The target type.
13209 13210 13211 13212 13213 13214 |
# File 'lib/aws-sdk-iot/types.rb', line 13209 class LogTarget < Struct.new( :target_type, :target_name) SENSITIVE = [] include Aws::Structure end |