Class: Aws::Chime::Types::Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Address
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
A validated address.
Constant Summary collapse
- SENSITIVE =
[:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
Instance Attribute Summary collapse
-
#city ⇒ String
The city of an address.
-
#country ⇒ String
The country of an address.
-
#post_directional ⇒ String
An address suffix location, such as the ‘S.
-
#postal_code ⇒ String
The postal code of an address.
-
#postal_code_plus_4 ⇒ String
The Zip + 4 or postal code + 4 of an address.
-
#pre_directional ⇒ String
An address prefix location, such as the ‘N` in `N.
-
#state ⇒ String
The state of an address.
-
#street_name ⇒ String
The address street, such as ‘8th Avenue`.
-
#street_number ⇒ String
The numeric portion of an address.
-
#street_suffix ⇒ String
The address suffix, such as the ‘N` in `8th Avenue N`.
Instance Attribute Details
#city ⇒ String
The city of an address.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#country ⇒ String
The country of an address.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#post_directional ⇒ String
An address suffix location, such as the ‘S. Unit A` in `Central Park
-
Unit A`.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#postal_code ⇒ String
The postal code of an address.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :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 an address.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#pre_directional ⇒ String
An address prefix location, such as the ‘N` in `N. Third St.`.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#state ⇒ String
The state of an address.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#street_name ⇒ String
The address street, such as ‘8th Avenue`.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#street_number ⇒ String
The numeric portion of an address.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |
#street_suffix ⇒ String
The address suffix, such as the ‘N` in `8th Avenue N`.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
# File 'lib/aws-sdk-chime/types.rb', line 170 class Address < Struct.new( :street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country) SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country] include Aws::Structure end |