Class: Aws::IoTWireless::Types::NetworkAnalyzerConfigurations

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

Overview

Network analyzer configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the new resource.

Returns:

  • (String)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4872

class NetworkAnalyzerConfigurations < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the network analyzer configuration.

Returns:

  • (String)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4872

class NetworkAnalyzerConfigurations < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end