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.
2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2214 class GetNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name) SENSITIVE = [] include Aws::Structure end |