Class: Aws::Types::ImpactedLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#as_name::String

Returns the value of attribute as_name.

Returns:



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.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def as_number
  @as_number
end

#caused_byTypes::NetworkImpairment

Returns the value of attribute caused_by.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def caused_by
  @caused_by
end

#city::String

Returns the value of attribute city.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def country
  @country
end

#country_code::String

Returns the value of attribute country_code.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def country_code
  @country_code
end

#internet_healthTypes::InternetHealth

Returns the value of attribute internet_health.

Returns:



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.

Returns:



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.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def latitude
  @latitude
end

#longitude::Float

Returns the value of attribute longitude.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def longitude
  @longitude
end

#metro::String

Returns the value of attribute metro.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def metro
  @metro
end

#service_location::String

Returns the value of attribute service_location.

Returns:



199
200
201
# File 'sig/types.rbs', line 199

def service_location
  @service_location
end

#status"ACTIVE", "RESOLVED"

Returns the value of attribute status.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def status
  @status
end

#subdivision::String

Returns the value of attribute subdivision.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def subdivision
  @subdivision
end

#subdivision_code::String

Returns the value of attribute subdivision_code.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def subdivision_code
  @subdivision_code
end