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:


8958
8959
8960
8961
8962
8963
8964
8965
# File 'lib/aws-sdk-chime/types.rb', line 8958

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)

8958
8959
8960
8961
8962
8963
8964
8965
# File 'lib/aws-sdk-chime/types.rb', line 8958

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:


8958
8959
8960
8961
8962
8963
8964
8965
# File 'lib/aws-sdk-chime/types.rb', line 8958

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)

8958
8959
8960
8961
8962
8963
8964
8965
# File 'lib/aws-sdk-chime/types.rb', line 8958

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