Class: Aws::Account::Types::ContactInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::ContactInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
Contains the details of the primary contact information associated with an Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url]
Instance Attribute Summary collapse
-
#address_line_1 ⇒ String
The first line of the primary contact address.
-
#address_line_2 ⇒ String
The second line of the primary contact address, if any.
-
#address_line_3 ⇒ String
The third line of the primary contact address, if any.
-
#city ⇒ String
The city of the primary contact address.
-
#company_name ⇒ String
The name of the company associated with the primary contact information, if any.
-
#country_code ⇒ String
The ISO-3166 two-letter country code for the primary contact address.
-
#district_or_county ⇒ String
The district or county of the primary contact address, if any.
-
#full_name ⇒ String
The full name of the primary contact address.
-
#phone_number ⇒ String
The phone number of the primary contact information.
-
#postal_code ⇒ String
The postal code of the primary contact address.
-
#state_or_region ⇒ String
The state or region of the primary contact address.
-
#website_url ⇒ String
The URL of the website associated with the primary contact information, if any.
Instance Attribute Details
#address_line_1 ⇒ String
The first line of the primary contact address.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#address_line_2 ⇒ String
The second line of the primary contact address, if any.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#address_line_3 ⇒ String
The third line of the primary contact address, if any.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#city ⇒ String
The city of the primary contact address.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#company_name ⇒ String
The name of the company associated with the primary contact information, if any.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#country_code ⇒ String
The ISO-3166 two-letter country code for the primary contact address.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#district_or_county ⇒ String
The district or county of the primary contact address, if any.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#full_name ⇒ String
The full name of the primary contact address.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#phone_number ⇒ String
The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#postal_code ⇒ String
The postal code of the primary contact address.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#state_or_region ⇒ String
The state or region of the primary contact address. If the mailing address is within the United States (US), the value in this field can be either a two character state code (for example, ‘NJ`) or the full state name (for example, `New Jersey`). This field is required in the following countries: `US`, `CA`, `GB`, `DE`, `JP`, `IN`, and `BR`.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |
#website_url ⇒ String
The URL of the website associated with the primary contact information, if any.
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-account/types.rb', line 200 class ContactInformation < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url) SENSITIVE = [:address_line_1, :address_line_2, :address_line_3, :city, :company_name, :country_code, :district_or_county, :full_name, :phone_number, :postal_code, :state_or_region, :website_url] include Aws::Structure end |