You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LogTarget as input to an Aws::Client method, you can use a vanilla Hash:

{
  target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP
  target_name: "LogTargetName",
}

A log target.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#target_nameString

The target name.

Returns:

  • (String)

    The target name.

#target_typeString

The target type.

Possible values:

  • DEFAULT
  • THING_GROUP

Returns:

  • (String)

    The target type.