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.
1310 1311 1312 1313 1314 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1310 class DeleteNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name) SENSITIVE = [] include Aws::Structure end |