Class: Aws::InternetMonitor::Types::Network

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

Overview

An internet service provider (ISP) or network (ASN) in Amazon CloudWatch Internet Monitor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#as_nameString

The name of the internet service provider (ISP) or network (ASN).

Returns:

  • (String)


1491
1492
1493
1494
1495
1496
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1491

class Network < Struct.new(
  :as_name,
  :as_number)
  SENSITIVE = []
  include Aws::Structure
end

#as_numberInteger

The Autonomous System Number (ASN) of the internet provider or network.

Returns:

  • (Integer)


1491
1492
1493
1494
1495
1496
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1491

class Network < Struct.new(
  :as_name,
  :as_number)
  SENSITIVE = []
  include Aws::Structure
end