Class: Aws::Chime::Types::ValidateE911AddressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ValidateE911AddressResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::Address
The validated address.
-
#address_external_id ⇒ String
The ID that represents the address.
-
#candidate_address_list ⇒ Array<Types::CandidateAddress>
The list of address suggestions.
-
#validation_result ⇒ Integer
Number indicating the result of address validation.
Instance Attribute Details
#address ⇒ Types::Address
The validated address.
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_id ⇒ String
The ID that represents the address.
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_list ⇒ Array<Types::CandidateAddress>
The list of address suggestions.
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_result ⇒ Integer
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.
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 |