Class: Aws::Chime::Types::CandidateAddress
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CandidateAddress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 a candidate address.
-
#country ⇒ String
The country of a candidate address.
-
#postal_code ⇒ String
The postal code of a candidate address.
-
#postal_code_plus_4 ⇒ String
The Zip + 4 or postal code + 4 of a candidate address.
-
#state ⇒ String
The state of a candidate address.
-
#street_info ⇒ String
The street information of a candidate address.
-
#street_number ⇒ String
The numeric portion of a candidate address.
Instance Attribute Details
#city ⇒ String
The city of a candidate address.
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-chime/types.rb', line 1052 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 a candidate address.
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-chime/types.rb', line 1052 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 a candidate address.
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-chime/types.rb', line 1052 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 a candidate address.
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-chime/types.rb', line 1052 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 a candidate address.
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-chime/types.rb', line 1052 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 a candidate address
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-chime/types.rb', line 1052 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 a candidate address.
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-chime/types.rb', line 1052 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 |