Class: Aws::Chime::Types::ValidateE911AddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ValidateE911AddressRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 address country, such as `US`.
-
#postal_code ⇒ String
The address postal code, such as `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.
8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 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`.
8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 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 address country, such as `US`.
8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 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 address postal code, such as `04352`.
8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 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`.
8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 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`.
8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 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`.
8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 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 |