Class: Aws::IoT::Types::ListV2LoggingLevelsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_target_configurationsArray<Types::LogTargetConfiguration>

The logging configuration for a target.

Returns:



12024
12025
12026
12027
12028
12029
# File 'lib/aws-sdk-iot/types.rb', line 12024

class ListV2LoggingLevelsResponse < Struct.new(
  :log_target_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


12024
12025
12026
12027
12028
12029
# File 'lib/aws-sdk-iot/types.rb', line 12024

class ListV2LoggingLevelsResponse < Struct.new(
  :log_target_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end