Class: Aws::Types::ValidateE911AddressResponse
- Inherits:
-
Object
- Object
- Aws::Types::ValidateE911AddressResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ Types::Address
Returns the value of attribute address.
-
#address_external_id ⇒ ::String
Returns the value of attribute address_external_id.
-
#candidate_address_list ⇒ ::Array[Types::CandidateAddress]
Returns the value of attribute candidate_address_list.
-
#validation_result ⇒ ::Integer
Returns the value of attribute validation_result.
Instance Attribute Details
#address ⇒ Types::Address
Returns the value of attribute address.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def address @address end |
#address_external_id ⇒ ::String
Returns the value of attribute address_external_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def address_external_id @address_external_id end |
#candidate_address_list ⇒ ::Array[Types::CandidateAddress]
Returns the value of attribute candidate_address_list.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def candidate_address_list @candidate_address_list end |
#validation_result ⇒ ::Integer
Returns the value of attribute validation_result.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def validation_result @validation_result end |