Class: Aws::Chime::Types::CandidateAddress

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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 a candidate address.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1052

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 a candidate address.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1052

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 a candidate address.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1052

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 a candidate address.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1052

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 a candidate address.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1052

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 a candidate address

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1052

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 a candidate address.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1052

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