Class: Aws::Account::Types::ContactInformation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#address_line_1String

The first line of the primary contact address.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_2String

The second line of the primary contact address, if any.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_3String

The third line of the primary contact address, if any.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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

#cityString

The city of the primary contact address.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_nameString

The name of the company associated with the primary contact information, if any.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_codeString

The ISO-3166 two-letter country code for the primary contact address.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_countyString

The district or county of the primary contact address, if any.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_nameString

The full name of the primary contact address.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_numberString

The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_codeString

The postal code of the primary contact address.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_regionString

The state or region of the primary contact address. This field is required in selected countries.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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_urlString

The URL of the website associated with the primary contact information, if any.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 136

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