Class: Aws::IoT::Types::ListV2LoggingLevelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListV2LoggingLevelsResponse
- Includes:
- Structure
- Defined in:
- 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.
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_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
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 |