Class: Aws::IoT::Types::ListV2LoggingLevelsRequest

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

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


11515
11516
11517
11518
11519
11520
11521
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11515

class ListV2LoggingLevelsRequest < Struct.new(
  :target_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11515
11516
11517
11518
11519
11520
11521
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11515

class ListV2LoggingLevelsRequest < Struct.new(
  :target_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

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

Returns:

  • (String)


11515
11516
11517
11518
11519
11520
11521
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11515

class ListV2LoggingLevelsRequest < Struct.new(
  :target_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end