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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_nameString

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

Returns:

  • (String)


4827
4828
4829
4830
4831
4832
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4827

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

#target_typeString

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

Returns:

  • (String)


4827
4828
4829
4830
4831
4832
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4827

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