Class: Aws::IoTWireless::Types::CreateNetworkAnalyzerConfigurationResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name of the new resource.

Returns:

  • (String)


911
912
913
914
915
916
# File 'lib/aws-sdk-iotwireless/types.rb', line 911

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

#name ⇒ String

Name of the network analyzer configuration.

Returns:

  • (String)


911
912
913
914
915
916
# File 'lib/aws-sdk-iotwireless/types.rb', line 911

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