Class: Aws::Types::DNISEmergencyCallingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DNISEmergencyCallingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calling_country ⇒ ::String
Returns the value of attribute calling_country.
-
#emergency_phone_number ⇒ ::String
Returns the value of attribute emergency_phone_number.
-
#test_phone_number ⇒ ::String
Returns the value of attribute test_phone_number.
Instance Attribute Details
#calling_country ⇒ ::String
Returns the value of attribute calling_country.
226 227 228 |
# File 'sig/types.rbs', line 226 def calling_country @calling_country end |
#emergency_phone_number ⇒ ::String
Returns the value of attribute emergency_phone_number.
224 225 226 |
# File 'sig/types.rbs', line 224 def emergency_phone_number @emergency_phone_number end |
#test_phone_number ⇒ ::String
Returns the value of attribute test_phone_number.
225 226 227 |
# File 'sig/types.rbs', line 225 def test_phone_number @test_phone_number end |