Class: Aws::ChimeSDKVoice::Types::CandidateAddress
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CandidateAddress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
A suggested address.
Constant Summary collapse
- SENSITIVE =
[:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
Instance Attribute Summary collapse
-
#city ⇒ String
The city of the candidate address.
-
#country ⇒ String
The country of the candidate address.
-
#postal_code ⇒ String
The postal code of the candidate address.
-
#postal_code_plus_4 ⇒ String
The zip + 4 or postal code +4 of the candidate address.
-
#state ⇒ String
The state of the candidate address.
-
#street_info ⇒ String
The street information of the candidate address.
-
#street_number ⇒ String
The numeric portion of the candidate address.
Instance Attribute Details
#city ⇒ String
The city of the candidate address.
269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 269 class CandidateAddress < Struct.new( :street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#country ⇒ String
The country of the candidate address.
269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 269 class CandidateAddress < Struct.new( :street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#postal_code ⇒ String
The postal code of the candidate address.
269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 269 class CandidateAddress < Struct.new( :street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#postal_code_plus_4 ⇒ String
The zip + 4 or postal code +4 of the candidate address.
269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 269 class CandidateAddress < Struct.new( :street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#state ⇒ String
The state of the candidate address.
269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 269 class CandidateAddress < Struct.new( :street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#street_info ⇒ String
The street information of the candidate address.
269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 269 class CandidateAddress < Struct.new( :street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#street_number ⇒ String
The numeric portion of the candidate address.
269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 269 class CandidateAddress < Struct.new( :street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |