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.
1274 1275 1276 1277 1278 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1274 class DeleteNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name) SENSITIVE = [] include Aws::Structure end |