Class: Aws::Types::ImpactedLocation
- Inherits:
-
Object
- Object
- Aws::Types::ImpactedLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_name ⇒ ::String
Returns the value of attribute as_name.
-
#as_number ⇒ ::Integer
Returns the value of attribute as_number.
-
#caused_by ⇒ Types::NetworkImpairment
Returns the value of attribute caused_by.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#internet_health ⇒ Types::InternetHealth
Returns the value of attribute internet_health.
-
#ipv_4_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_4_prefixes.
-
#latitude ⇒ ::Float
Returns the value of attribute latitude.
-
#longitude ⇒ ::Float
Returns the value of attribute longitude.
-
#metro ⇒ ::String
Returns the value of attribute metro.
-
#service_location ⇒ ::String
Returns the value of attribute service_location.
-
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
-
#subdivision ⇒ ::String
Returns the value of attribute subdivision.
-
#subdivision_code ⇒ ::String
Returns the value of attribute subdivision_code.
Instance Attribute Details
#as_name ⇒ ::String
Returns the value of attribute as_name.
189 190 191 |
# File 'sig/types.rbs', line 189 def as_name @as_name end |
#as_number ⇒ ::Integer
Returns the value of attribute as_number.
190 191 192 |
# File 'sig/types.rbs', line 190 def as_number @as_number end |
#caused_by ⇒ Types::NetworkImpairment
Returns the value of attribute caused_by.
201 202 203 |
# File 'sig/types.rbs', line 201 def caused_by @caused_by end |
#city ⇒ ::String
Returns the value of attribute city.
194 195 196 |
# File 'sig/types.rbs', line 194 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
191 192 193 |
# File 'sig/types.rbs', line 191 def country @country end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
197 198 199 |
# File 'sig/types.rbs', line 197 def country_code @country_code end |
#internet_health ⇒ Types::InternetHealth
Returns the value of attribute internet_health.
202 203 204 |
# File 'sig/types.rbs', line 202 def internet_health @internet_health end |
#ipv_4_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_4_prefixes.
203 204 205 |
# File 'sig/types.rbs', line 203 def ipv_4_prefixes @ipv_4_prefixes end |
#latitude ⇒ ::Float
Returns the value of attribute latitude.
195 196 197 |
# File 'sig/types.rbs', line 195 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
196 197 198 |
# File 'sig/types.rbs', line 196 def longitude @longitude end |
#metro ⇒ ::String
Returns the value of attribute metro.
193 194 195 |
# File 'sig/types.rbs', line 193 def metro @metro end |
#service_location ⇒ ::String
Returns the value of attribute service_location.
199 200 201 |
# File 'sig/types.rbs', line 199 def service_location @service_location end |
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
200 201 202 |
# File 'sig/types.rbs', line 200 def status @status end |
#subdivision ⇒ ::String
Returns the value of attribute subdivision.
192 193 194 |
# File 'sig/types.rbs', line 192 def subdivision @subdivision end |
#subdivision_code ⇒ ::String
Returns the value of attribute subdivision_code.
198 199 200 |
# File 'sig/types.rbs', line 198 def subdivision_code @subdivision_code end |