Class: Aws::IoTWireless::Types::UpdateNetworkAnalyzerConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateNetworkAnalyzerConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
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.
-
#multicast_groups_to_add ⇒ Array<String>
Multicast group resources to add to the network analyzer configuration.
-
#multicast_groups_to_remove ⇒ Array<String>
Multicast group resources to remove from the network analyzer configuration.
-
#trace_content ⇒ Types::TraceContent
Trace content for your wireless devices, gateways, and multicast groups.
-
#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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the new resource.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) SENSITIVE = [] include Aws::Structure end |
#multicast_groups_to_add ⇒ Array<String>
Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId of the resource to add in the input array.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) SENSITIVE = [] include Aws::Structure end |
#multicast_groups_to_remove ⇒ Array<String>
Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId of the resources to remove in the input array.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) SENSITIVE = [] include Aws::Structure end |
#trace_content ⇒ Types::TraceContent
Trace content for your wireless devices, gateways, and multicast groups.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6814 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, :multicast_groups_to_add, :multicast_groups_to_remove) SENSITIVE = [] include Aws::Structure end |