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

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)


885
886
887
888
889
890
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 885

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

#nameString

Name of the network analyzer configuration.

Returns:

  • (String)


885
886
887
888
889
890
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 885

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