Class: Aws::InternetMonitor::Types::Network
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::Network
- 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
-
#as_name ⇒ String
The name of the internet service provider (ISP) or network (ASN).
-
#as_number ⇒ Integer
The Autonomous System Number (ASN) of the internet provider or network.
Instance Attribute Details
#as_name ⇒ String
The name of the internet service provider (ISP) or network (ASN).
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_number ⇒ Integer
The Autonomous System Number (ASN) of the internet provider or network.
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 |