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

Class: Aws::IoT::Types::DeleteV2LoggingLevelRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#target_nameString

The name of the resource for which you are configuring logging.

Returns:

  • (String)

    The name of the resource for which you are configuring logging.

#target_typeString

The type of resource for which you are configuring logging. Must be THING_Group.

Possible values:

  • DEFAULT
  • THING_GROUP

Returns:

  • (String)

    The type of resource for which you are configuring logging.