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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


11684
11685
11686
11687
11688
11689
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11684

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

#target_typeString

The target type.

Returns:

  • (String)


11684
11685
11686
11687
11688
11689
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11684

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