Class: Aws::ChimeSDKVoice::Types::Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::Address
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/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.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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`.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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.`
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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`.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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`.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 64 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 |