Class: Aws::Outposts::Types::Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::Address
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Information about an address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_line_1 ⇒ String
The first line of the address.
-
#address_line_2 ⇒ String
The second line of the address.
-
#address_line_3 ⇒ String
The third line of the address.
-
#city ⇒ String
The city for the address.
-
#contact_name ⇒ String
The name of the contact.
-
#contact_phone_number ⇒ String
The phone number of the contact, including the country code (for example,
+12065550100). -
#country_code ⇒ String
The ISO-3166 two-letter country code for the address.
-
#district_or_county ⇒ String
The district or county for the address.
-
#municipality ⇒ String
The municipality for the address.
-
#postal_code ⇒ String
The postal code for the address.
-
#state_or_region ⇒ String
The state for the address.
Instance Attribute Details
#address_line_1 ⇒ String
The first line of the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#address_line_2 ⇒ String
The second line of the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#address_line_3 ⇒ String
The third line of the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#city ⇒ String
The city for the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#contact_name ⇒ String
The name of the contact.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#contact_phone_number ⇒ String
The phone number of the contact, including the country code (for
example, +12065550100).
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#country_code ⇒ String
The ISO-3166 two-letter country code for the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#district_or_county ⇒ String
The district or county for the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#municipality ⇒ String
The municipality for the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#postal_code ⇒ String
The postal code for the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |
#state_or_region ⇒ String
The state for the address.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 75 class Address < Struct.new( :contact_name, :contact_phone_number, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :municipality) SENSITIVE = [] include Aws::Structure end |