Class: Aws::Chime::Types::ValidateE911AddressRequest

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

Instance Attribute Details

#aws_account_idString

The AWS account ID.

Returns:

  • (String)


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

#cityString

The address city, such as ‘Portland`.

Returns:

  • (String)


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

#countryString

The address country, such as ‘US`.

Returns:

  • (String)


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_codeString

The address postal code, such as ‘04352`.

Returns:

  • (String)


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

#stateString

The address state, such as ‘ME`.

Returns:

  • (String)


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_infoString

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

Returns:

  • (String)


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_numberString

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

Returns:

  • (String)


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