Class: Aws::Chime::Types::Address

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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

  1. Unit A`.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/aws-sdk-chime/types.rb', line 170

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