Class: Aws::IoTWireless::Types::DeleteNetworkAnalyzerConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteNetworkAnalyzerConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_name ⇒ String
Name of the network analyzer configuration.
Instance Attribute Details
#configuration_name ⇒ String
Name of the network analyzer configuration.
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 |