Class: Aws::ChimeSDKVoice::Types::CandidateAddress

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

A suggested address.

Constant Summary collapse

SENSITIVE =
[:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

The city of the candidate address.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 269

class CandidateAddress < Struct.new(
  :street_info,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#countryString

The country of the candidate address.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 269

class CandidateAddress < Struct.new(
  :street_info,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#postal_codeString

The postal code of the candidate address.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 269

class CandidateAddress < Struct.new(
  :street_info,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#postal_code_plus_4String

The zip + 4 or postal code +4 of the candidate address.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 269

class CandidateAddress < Struct.new(
  :street_info,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#stateString

The state of the candidate address.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 269

class CandidateAddress < Struct.new(
  :street_info,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#street_infoString

The street information of the candidate address.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 269

class CandidateAddress < Struct.new(
  :street_info,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#street_numberString

The numeric portion of the candidate address.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 269

class CandidateAddress < Struct.new(
  :street_info,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end