Class: Aws::IoTWireless::Types::GetNetworkAnalyzerConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetNetworkAnalyzerConfigurationRequest
- 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.
2198 2199 2200 2201 2202 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2198 class GetNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name) SENSITIVE = [] include Aws::Structure end |