Class: Aws::IoT::Types::LogTarget

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

Overview

A log target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_nameString

The target name.

Returns:

  • (String)


12176
12177
12178
12179
12180
12181
# File 'lib/aws-sdk-iot/types.rb', line 12176

class LogTarget < Struct.new(
  :target_type,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The target type.

Returns:

  • (String)


12176
12177
12178
12179
12180
12181
# File 'lib/aws-sdk-iot/types.rb', line 12176

class LogTarget < Struct.new(
  :target_type,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end