Class: Aws::IoTWireless::Types::ListNetworkAnalyzerConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListNetworkAnalyzerConfigurationsResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_analyzer_configuration_list ⇒ Array<Types::NetworkAnalyzerConfigurations>
The list of network analyzer configurations.
-
#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
#network_analyzer_configuration_list ⇒ Array<Types::NetworkAnalyzerConfigurations>
The list of network analyzer configurations.
3512 3513 3514 3515 3516 3517 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3512 class ListNetworkAnalyzerConfigurationsResponse < Struct.new( :next_token, :network_analyzer_configuration_list) 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.
3512 3513 3514 3515 3516 3517 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3512 class ListNetworkAnalyzerConfigurationsResponse < Struct.new( :next_token, :network_analyzer_configuration_list) SENSITIVE = [] include Aws::Structure end |