Class: Aws::ChimeSDKVoice::Types::ValidateE911AddressResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

The validated address.

Returns:



3905
3906
3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3905

class ValidateE911AddressResponse < Struct.new(
  :validation_result,
  :address_external_id,
  :address,
  :candidate_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#address_external_idString

The ID that represents the address.

Returns:

  • (String)


3905
3906
3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3905

class ValidateE911AddressResponse < Struct.new(
  :validation_result,
  :address_external_id,
  :address,
  :candidate_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#candidate_address_listArray<Types::CandidateAddress>

The list of address suggestions..

Returns:



3905
3906
3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3905

class ValidateE911AddressResponse < Struct.new(
  :validation_result,
  :address_external_id,
  :address,
  :candidate_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#validation_resultInteger

Number indicating the result of address validation.

Each possible result is defined as follows:

  • β€˜0` - Address validation succeeded.

  • β€˜1` - Address validation succeeded. The address was a close enough match and has been corrected as part of the address object.

  • β€˜2` - Address validation failed. You should re-submit the validation request with candidates from the `CandidateAddressList` result, if it’s a close match.

Returns:

  • (Integer)


3905
3906
3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3905

class ValidateE911AddressResponse < Struct.new(
  :validation_result,
  :address_external_id,
  :address,
  :candidate_address_list)
  SENSITIVE = []
  include Aws::Structure
end