Class: Aws::IoTWireless::Types::DeleteNetworkAnalyzerConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1281
1282
1283
1284
1285
# File 'lib/aws-sdk-iotwireless/types.rb', line 1281

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