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

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

#log_target_configurationsArray<Types::LogTargetConfiguration>

The logging configuration for a target.

Returns:



11532
11533
11534
11535
11536
11537
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11532

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)


11532
11533
11534
11535
11536
11537
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11532

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