Class: Aws::ChimeSDKVoice::Types::ValidateE911AddressRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aws_account_idString

The AWS account ID.

Returns:

  • (String)


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

#cityString

The address city, such as ‘Portland`.

Returns:

  • (String)


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

#countryString

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.

[1]: en.wikipedia.org/wiki/ISO_3166-1_alpha-2

Returns:

  • (String)


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_codeString

The dress postal code, such ‘04352`.

Returns:

  • (String)


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

#stateString

The address state, such as ‘ME`.

Returns:

  • (String)


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_infoString

The address street information, such as ‘8th Avenue`.

Returns:

  • (String)


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_numberString

The address street number, such as ‘200` or `2121`.

Returns:

  • (String)


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