Class: Aws::IoTWireless::Types::GetNetworkAnalyzerConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the new resource.

Returns:

  • (String)


2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2168

class GetNetworkAnalyzerConfigurationResponse < Struct.new(
  :trace_content,
  :wireless_devices,
  :wireless_gateways,
  :description,
  :arn,
  :name,
  :multicast_groups)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the new resource.

Returns:

  • (String)


2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2168

class GetNetworkAnalyzerConfigurationResponse < Struct.new(
  :trace_content,
  :wireless_devices,
  :wireless_gateways,
  :description,
  :arn,
  :name,
  :multicast_groups)
  SENSITIVE = []
  include Aws::Structure
end

#multicast_groupsArray<String>

List of multicast group resources that have been added to the network analyzer configuration.

Returns:

  • (Array<String>)


2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2168

class GetNetworkAnalyzerConfigurationResponse < Struct.new(
  :trace_content,
  :wireless_devices,
  :wireless_gateways,
  :description,
  :arn,
  :name,
  :multicast_groups)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the network analyzer configuration.

Returns:

  • (String)


2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2168

class GetNetworkAnalyzerConfigurationResponse < Struct.new(
  :trace_content,
  :wireless_devices,
  :wireless_gateways,
  :description,
  :arn,
  :name,
  :multicast_groups)
  SENSITIVE = []
  include Aws::Structure
end

#trace_contentTypes::TraceContent

Trace content for your wireless devices, gateways, and multicast groups.

Returns:



2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2168

class GetNetworkAnalyzerConfigurationResponse < Struct.new(
  :trace_content,
  :wireless_devices,
  :wireless_gateways,
  :description,
  :arn,
  :name,
  :multicast_groups)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_devicesArray<String>

List of wireless device resources that have been added to the network analyzer configuration.

Returns:

  • (Array<String>)


2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2168

class GetNetworkAnalyzerConfigurationResponse < Struct.new(
  :trace_content,
  :wireless_devices,
  :wireless_gateways,
  :description,
  :arn,
  :name,
  :multicast_groups)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_gatewaysArray<String>

List of wireless gateway resources that have been added to the network analyzer configuration.

Returns:

  • (Array<String>)


2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2168

class GetNetworkAnalyzerConfigurationResponse < Struct.new(
  :trace_content,
  :wireless_devices,
  :wireless_gateways,
  :description,
  :arn,
  :name,
  :multicast_groups)
  SENSITIVE = []
  include Aws::Structure
end