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)


12986
12987
12988
12989
12990
12991
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12986

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

#target_typeString

The target type.

Returns:

  • (String)


12986
12987
12988
12989
12990
12991
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12986

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