Class: Aws::IoTWireless::Types::CreateNetworkAnalyzerConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateNetworkAnalyzerConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
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.
892 893 894 895 896 897 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 892 class CreateNetworkAnalyzerConfigurationResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the network analyzer configuration.
892 893 894 895 896 897 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 892 class CreateNetworkAnalyzerConfigurationResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |