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.
9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 |
# File 'lib/aws-sdk-chime/types.rb', line 9091 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`.
9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 |
# File 'lib/aws-sdk-chime/types.rb', line 9091 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`.
9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 |
# File 'lib/aws-sdk-chime/types.rb', line 9091 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`.
9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 |
# File 'lib/aws-sdk-chime/types.rb', line 9091 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`.
9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 |
# File 'lib/aws-sdk-chime/types.rb', line 9091 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`.
9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 |
# File 'lib/aws-sdk-chime/types.rb', line 9091 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`.
9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 |
# File 'lib/aws-sdk-chime/types.rb', line 9091 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 |