Class: Aws::InternetMonitor::Types::ClientLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ClientLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
The impacted location, such as a city, that Amazon Web Services clients access application resources from.
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 network at an impacted location.
-
#city ⇒ String
The name of the city where the internet event is located.
-
#country ⇒ String
The name of the country where the internet event is located.
-
#latitude ⇒ Float
The latitude where the internet event is located.
-
#longitude ⇒ Float
The longitude where the internet event is located.
-
#metro ⇒ String
The metro area where the health event is located.
-
#subdivision ⇒ String
The subdivision location where the health event is located.
Instance Attribute Details
#as_name ⇒ String
The name of the internet service provider (ISP) or network (ASN).
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#as_number ⇒ Integer
The Autonomous System Number (ASN) of the network at an impacted location.
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#city ⇒ String
The name of the city where the internet event is located.
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
The name of the country where the internet event is located.
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#latitude ⇒ Float
The latitude where the internet event is located.
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#longitude ⇒ Float
The longitude where the internet event is located.
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#metro ⇒ String
The metro area where the health event is located.
Metro indicates a metropolitan region in the United States, such as the region around New York City. In non-US countries, this is a second-level subdivision. For example, in the United Kingdom, it could be a county, a London borough, a unitary authority, council area, and so on.
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#subdivision ⇒ String
The subdivision location where the health event is located. The subdivision usually maps to states in most countries (including the United States). For United Kingdom, it maps to a country (England, Scotland, Wales) or province (Northern Ireland).
173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 173 class ClientLocation < Struct.new( :as_name, :as_number, :country, :subdivision, :metro, :city, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |