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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/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)


3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3858

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)


3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3858

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.

Returns:

  • (String)


3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3858

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)


3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3858

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)


3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3858

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)


3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3858

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)


3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3858

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