Class: Aws::Types::ValidateE911AddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::ValidateE911AddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#street_info ⇒ ::String
Returns the value of attribute street_info.
-
#street_number ⇒ ::String
Returns the value of attribute street_number.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def aws_account_id @aws_account_id end |
#city ⇒ ::String
Returns the value of attribute city.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def country @country end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def postal_code @postal_code end |
#state ⇒ ::String
Returns the value of attribute state.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def state @state end |
#street_info ⇒ ::String
Returns the value of attribute street_info.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def street_info @street_info end |
#street_number ⇒ ::String
Returns the value of attribute street_number.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def street_number @street_number end |