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

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)


1274
1275
1276
1277
1278
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1274

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