Class: Aws::Chime::Types::ValidateE911AddressResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

The validated address.

Returns:



9124
9125
9126
9127
9128
9129
9130
9131
# File 'lib/aws-sdk-chime/types.rb', line 9124

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)


9124
9125
9126
9127
9128
9129
9130
9131
# File 'lib/aws-sdk-chime/types.rb', line 9124

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:



9124
9125
9126
9127
9128
9129
9130
9131
# File 'lib/aws-sdk-chime/types.rb', line 9124

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. ‘0` means the address was perfect as is and successfully validated. `1` means the address was corrected. `2` means the address sent was not close enough and was not validated.

Returns:

  • (Integer)


9124
9125
9126
9127
9128
9129
9130
9131
# File 'lib/aws-sdk-chime/types.rb', line 9124

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