Class: Aws::IoTWireless::Types::ListNetworkAnalyzerConfigurationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_analyzer_configuration_listArray<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_tokenString

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

Returns:

  • (String)


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