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

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

Overview

Network analyzer configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name of the new resource.

Returns:

  • (String)


5171
5172
5173
5174
5175
5176
# File 'lib/aws-sdk-iotwireless/types.rb', line 5171

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

#name ⇒ String

Name of the network analyzer configuration.

Returns:

  • (String)


5171
5172
5173
5174
5175
5176
# File 'lib/aws-sdk-iotwireless/types.rb', line 5171

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