Class: Aws::IoTWireless::Types::GetNetworkAnalyzerConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetNetworkAnalyzerConfigurationResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the new resource.
-
#description ⇒ String
The description of the new resource.
-
#name ⇒ String
Name of the network analyzer configuration.
-
#trace_content ⇒ Types::TraceContent
Trace content for your wireless gateway and wireless device resources.
-
#wireless_devices ⇒ Array<String>
List of wireless gateway resources that have been added to the network analyzer configuration.
-
#wireless_gateways ⇒ Array<String>
List of wireless gateway resources that have been added to the network analyzer configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2194 class GetNetworkAnalyzerConfigurationResponse < Struct.new( :trace_content, :wireless_devices, :wireless_gateways, :description, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the new resource.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2194 class GetNetworkAnalyzerConfigurationResponse < Struct.new( :trace_content, :wireless_devices, :wireless_gateways, :description, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the network analyzer configuration.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2194 class GetNetworkAnalyzerConfigurationResponse < Struct.new( :trace_content, :wireless_devices, :wireless_gateways, :description, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#trace_content ⇒ Types::TraceContent
Trace content for your wireless gateway and wireless device resources.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2194 class GetNetworkAnalyzerConfigurationResponse < Struct.new( :trace_content, :wireless_devices, :wireless_gateways, :description, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#wireless_devices ⇒ Array<String>
List of wireless gateway resources that have been added to the network analyzer configuration.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2194 class GetNetworkAnalyzerConfigurationResponse < Struct.new( :trace_content, :wireless_devices, :wireless_gateways, :description, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#wireless_gateways ⇒ Array<String>
List of wireless gateway resources that have been added to the network analyzer configuration.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2194 class GetNetworkAnalyzerConfigurationResponse < Struct.new( :trace_content, :wireless_devices, :wireless_gateways, :description, :arn, :name) SENSITIVE = [] include Aws::Structure end |