Class: Aws::IoT::Types::ListV2LoggingLevelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListV2LoggingLevelsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_target_configurations ⇒ Array<Types::LogTargetConfiguration>
The logging configuration for a target.
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
Instance Attribute Details
#log_target_configurations ⇒ Array<Types::LogTargetConfiguration>
The logging configuration for a target.
12768 12769 12770 12771 12772 12773 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12768 class ListV2LoggingLevelsResponse < Struct.new( :log_target_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
12768 12769 12770 12771 12772 12773 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12768 class ListV2LoggingLevelsResponse < Struct.new( :log_target_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |