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.
4954 4955 4956 4957 4958 4959 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4954 class NetworkAnalyzerConfigurations < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the network analyzer configuration.
4954 4955 4956 4957 4958 4959 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4954 class NetworkAnalyzerConfigurations < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |