Class: Aws::ChimeSDKVoice::Types::ValidateE911AddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ValidateE911AddressRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:street_number, :street_info, :city, :state, :country, :postal_code]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The AWS account ID.
-
#city ⇒ String
The address city, such as ‘Portland`.
-
#country ⇒ String
The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such as ‘US`.
-
#postal_code ⇒ String
The dress postal code, such ‘04352`.
-
#state ⇒ String
The address state, such as ‘ME`.
-
#street_info ⇒ String
The address street information, such as ‘8th Avenue`.
-
#street_number ⇒ String
The address street number, such as ‘200` or `2121`.
Instance Attribute Details
#aws_account_id ⇒ String
The AWS account ID.
3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3864 class ValidateE911AddressRequest < Struct.new( :aws_account_id, :street_number, :street_info, :city, :state, :country, :postal_code) SENSITIVE = [:street_number, :street_info, :city, :state, :country, :postal_code] include Aws::Structure end |
#city ⇒ String
The address city, such as ‘Portland`.
3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3864 class ValidateE911AddressRequest < Struct.new( :aws_account_id, :street_number, :street_info, :city, :state, :country, :postal_code) SENSITIVE = [:street_number, :street_info, :city, :state, :country, :postal_code] include Aws::Structure end |
#country ⇒ String
The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such as ‘US`. For more information, see [ISO 3166-1 alpha-2] in Wikipedia.
3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3864 class ValidateE911AddressRequest < Struct.new( :aws_account_id, :street_number, :street_info, :city, :state, :country, :postal_code) SENSITIVE = [:street_number, :street_info, :city, :state, :country, :postal_code] include Aws::Structure end |
#postal_code ⇒ String
The dress postal code, such ‘04352`.
3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3864 class ValidateE911AddressRequest < Struct.new( :aws_account_id, :street_number, :street_info, :city, :state, :country, :postal_code) SENSITIVE = [:street_number, :street_info, :city, :state, :country, :postal_code] include Aws::Structure end |
#state ⇒ String
The address state, such as ‘ME`.
3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3864 class ValidateE911AddressRequest < Struct.new( :aws_account_id, :street_number, :street_info, :city, :state, :country, :postal_code) SENSITIVE = [:street_number, :street_info, :city, :state, :country, :postal_code] include Aws::Structure end |
#street_info ⇒ String
The address street information, such as ‘8th Avenue`.
3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3864 class ValidateE911AddressRequest < Struct.new( :aws_account_id, :street_number, :street_info, :city, :state, :country, :postal_code) SENSITIVE = [:street_number, :street_info, :city, :state, :country, :postal_code] include Aws::Structure end |
#street_number ⇒ String
The address street number, such as ‘200` or `2121`.
3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3864 class ValidateE911AddressRequest < Struct.new( :aws_account_id, :street_number, :street_info, :city, :state, :country, :postal_code) SENSITIVE = [:street_number, :street_info, :city, :state, :country, :postal_code] include Aws::Structure end |