Module: Aws::ChimeSDKVoice::Client::_ValidateE911AddressResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ValidateE911AddressResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address ⇒ Types::Address
- #address_external_id ⇒ ::String
- #candidate_address_list ⇒ ::Array[Types::CandidateAddress]
- #validation_result ⇒ ::Integer
Instance Method Details
#address_external_id ⇒ ::String
1176 |
# File 'sig/client.rbs', line 1176
def address_external_id: () -> ::String
|
#candidate_address_list ⇒ ::Array[Types::CandidateAddress]
1178 |
# File 'sig/client.rbs', line 1178
def candidate_address_list: () -> ::Array[Types::CandidateAddress]
|
#validation_result ⇒ ::Integer
1175 |
# File 'sig/client.rbs', line 1175
def validation_result: () -> ::Integer
|