Class: Aws::Account::Types::ContactInformation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Account::Types::ContactInformation
 
- Defined in:
- gems/aws-sdk-account/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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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.
| 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | # File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 213 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 |