Class: Aws::IoTWireless::Types::NetworkAnalyzerConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::NetworkAnalyzerConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Network analyzer configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the new resource.
-
#name ⇒ String
Name of the network analyzer configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
5050 5051 5052 5053 5054 5055 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5050 class NetworkAnalyzerConfigurations < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the network analyzer configuration.
5050 5051 5052 5053 5054 5055 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5050 class NetworkAnalyzerConfigurations < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |