Class: Aws::Types::DNISEmergencyCallingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:emergency_phone_number, :test_phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#calling_country::String

Returns the value of attribute calling_country.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def test_phone_number
  @test_phone_number
end