Class: Aws::ChimeSDKVoice::Types::Address

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

Overview

A validated address.

Constant Summary collapse

SENSITIVE =
[:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

The city of an address.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#countryString

The country of an address.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#post_directionalString

An address suffix location, such as the S. Unit A in Central Park S. Unit A.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#postal_codeString

The postal code of an address.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :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 an address.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#pre_directionalString

An address prefix location, such as the N in N. Third St.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#stateString

The state of an address.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#street_nameString

The address street, such as 8th Avenue.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#street_numberString

The numeric portion of an address.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end

#street_suffixString

The address suffix, such as the N in 8th Avenue N.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 64

class Address < Struct.new(
  :street_name,
  :street_suffix,
  :post_directional,
  :pre_directional,
  :street_number,
  :city,
  :state,
  :postal_code,
  :postal_code_plus_4,
  :country)
  SENSITIVE = [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
  include Aws::Structure
end