Class: Aws::IoTWireless::Types::UpdateNetworkAnalyzerConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateNetworkAnalyzerConfigurationRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
When making an API call, you may pass UpdateNetworkAnalyzerConfigurationRequest data as a hash:
{
configuration_name: "NetworkAnalyzerConfigurationName", # required
trace_content: {
wireless_device_frame_info: "ENABLED", # accepts ENABLED, DISABLED
log_level: "INFO", # accepts INFO, ERROR, DISABLED
},
wireless_devices_to_add: ["WirelessDeviceId"],
wireless_devices_to_remove: ["WirelessDeviceId"],
wireless_gateways_to_add: ["WirelessGatewayId"],
wireless_gateways_to_remove: ["WirelessGatewayId"],
description: "Description",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_name ⇒ String
Name of the network analyzer configuration.
-
#description ⇒ String
The description of the new resource.
-
#trace_content ⇒ Types::TraceContent
Trace content for your wireless gateway and wireless device resources.
-
#wireless_devices_to_add ⇒ Array<String>
Wireless device resources to add to the network analyzer configuration.
-
#wireless_devices_to_remove ⇒ Array<String>
Wireless device resources to remove from the network analyzer configuration.
-
#wireless_gateways_to_add ⇒ Array<String>
Wireless gateway resources to add to the network analyzer configuration.
-
#wireless_gateways_to_remove ⇒ Array<String>
Wireless gateway resources to remove from the network analyzer configuration.
Instance Attribute Details
#configuration_name ⇒ String
Name of the network analyzer configuration.
5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5675 class UpdateNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name, :trace_content, :wireless_devices_to_add, :wireless_devices_to_remove, :wireless_gateways_to_add, :wireless_gateways_to_remove, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the new resource.
5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5675 class UpdateNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name, :trace_content, :wireless_devices_to_add, :wireless_devices_to_remove, :wireless_gateways_to_add, :wireless_gateways_to_remove, :description) SENSITIVE = [] include Aws::Structure end |
#trace_content ⇒ Types::TraceContent
Trace content for your wireless gateway and wireless device resources.
5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5675 class UpdateNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name, :trace_content, :wireless_devices_to_add, :wireless_devices_to_remove, :wireless_gateways_to_add, :wireless_gateways_to_remove, :description) SENSITIVE = [] include Aws::Structure end |
#wireless_devices_to_add ⇒ Array<String>
Wireless device resources to add to the network analyzer
configuration. Provide the WirelessDeviceId
of the resource to add
in the input array.
5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5675 class UpdateNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name, :trace_content, :wireless_devices_to_add, :wireless_devices_to_remove, :wireless_gateways_to_add, :wireless_gateways_to_remove, :description) SENSITIVE = [] include Aws::Structure end |
#wireless_devices_to_remove ⇒ Array<String>
Wireless device resources to remove from the network analyzer
configuration. Provide the WirelessDeviceId
of the resources to
remove in the input array.
5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5675 class UpdateNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name, :trace_content, :wireless_devices_to_add, :wireless_devices_to_remove, :wireless_gateways_to_add, :wireless_gateways_to_remove, :description) SENSITIVE = [] include Aws::Structure end |
#wireless_gateways_to_add ⇒ Array<String>
Wireless gateway resources to add to the network analyzer
configuration. Provide the WirelessGatewayId
of the resource to
add in the input array.
5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5675 class UpdateNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name, :trace_content, :wireless_devices_to_add, :wireless_devices_to_remove, :wireless_gateways_to_add, :wireless_gateways_to_remove, :description) SENSITIVE = [] include Aws::Structure end |
#wireless_gateways_to_remove ⇒ Array<String>
Wireless gateway resources to remove from the network analyzer
configuration. Provide the WirelessGatewayId
of the resources to
remove in the input array.
5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5675 class UpdateNetworkAnalyzerConfigurationRequest < Struct.new( :configuration_name, :trace_content, :wireless_devices_to_add, :wireless_devices_to_remove, :wireless_gateways_to_add, :wireless_gateways_to_remove, :description) SENSITIVE = [] include Aws::Structure end |