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.
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_id ⇒ String
The ID that represents the address.
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_list ⇒ Array<Types::CandidateAddress>
The list of address suggestions.
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_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.
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 |