Class: Aws::Outposts::Types::Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::Address
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
When making an API call, you may pass Address data as a hash:
{
contact_name: "ContactName",
contact_phone_number: "ContactPhoneNumber",
address_line_1: "AddressLine1", # required
address_line_2: "AddressLine2",
address_line_3: "AddressLine3",
city: "City", # required
state_or_region: "StateOrRegion", # required
district_or_county: "DistrictOrCounty",
postal_code: "PostalCode", # required
country_code: "CountryCode", # required
municipality: "Municipality",
}
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.
-
#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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-outposts/types.rb', line 91 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 |