Class: Aws::IoTWireless::Types::GetNetworkAnalyzerConfigurationRequest

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

#configuration_nameString

Name of the network analyzer configuration.

Returns:

  • (String)


2130
2131
2132
2133
2134
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2130

class GetNetworkAnalyzerConfigurationRequest < Struct.new(
  :configuration_name)
  SENSITIVE = []
  include Aws::Structure
end