Class: Aws::Types::CustomerProfileAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:profile_id, :profile_arn, :first_name, :middle_name, :last_name, :account_number, :email_address, :phone_number, :additional_information, :party_type, :business_name, :birth_date, :gender, :mobile_phone_number, :home_phone_number, :business_phone_number, :business_email_address, :address1, :address2, :address3, :address4, :city, :county, :country, :postal_code, :province, :state, :shipping_address_1, :shipping_address_2, :shipping_address_3, :shipping_address_4, :shipping_city, :shipping_county, :shipping_country, :shipping_postal_code, :shipping_province, :shipping_state, :mailing_address_1, :mailing_address_2, :mailing_address_3, :mailing_address_4, :mailing_city, :mailing_county, :mailing_country, :mailing_postal_code, :mailing_province, :mailing_state, :billing_address_1, :billing_address_2, :billing_address_3, :billing_address_4, :billing_city, :billing_county, :billing_country, :billing_postal_code, :billing_province, :billing_state, :custom])

Instance Attribute Summary collapse

Instance Attribute Details

#account_number::String

Returns the value of attribute account_number.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def 
  @account_number
end

#additional_information::String

Returns the value of attribute additional_information.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def additional_information
  @additional_information
end

#address1::String

Returns the value of attribute address1.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def address1
  @address1
end

#address2::String

Returns the value of attribute address2.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def address2
  @address2
end

#address3::String

Returns the value of attribute address3.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def address3
  @address3
end

#address4::String

Returns the value of attribute address4.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def address4
  @address4
end

#billing_address_1::String

Returns the value of attribute billing_address_1.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def billing_address_1
  @billing_address_1
end

#billing_address_2::String

Returns the value of attribute billing_address_2.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def billing_address_2
  @billing_address_2
end

#billing_address_3::String

Returns the value of attribute billing_address_3.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def billing_address_3
  @billing_address_3
end

#billing_address_4::String

Returns the value of attribute billing_address_4.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def billing_address_4
  @billing_address_4
end

#billing_city::String

Returns the value of attribute billing_city.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def billing_city
  @billing_city
end

#billing_country::String

Returns the value of attribute billing_country.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def billing_country
  @billing_country
end

#billing_county::String

Returns the value of attribute billing_county.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def billing_county
  @billing_county
end

#billing_postal_code::String

Returns the value of attribute billing_postal_code.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def billing_postal_code
  @billing_postal_code
end

#billing_province::String

Returns the value of attribute billing_province.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def billing_province
  @billing_province
end

#billing_state::String

Returns the value of attribute billing_state.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def billing_state
  @billing_state
end

#birth_date::String

Returns the value of attribute birth_date.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def birth_date
  @birth_date
end

#business_email_address::String

Returns the value of attribute business_email_address.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def business_email_address
  @business_email_address
end

#business_name::String

Returns the value of attribute business_name.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def business_name
  @business_name
end

#business_phone_number::String

Returns the value of attribute business_phone_number.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def business_phone_number
  @business_phone_number
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


861
862
863
# File 'sig/types.rbs', line 861

def country
  @country
end

#county::String

Returns the value of attribute county.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def county
  @county
end

#custom::Hash[::String, ::String]

Returns the value of attribute custom.

Returns:

  • (::Hash[::String, ::String])


895
896
897
# File 'sig/types.rbs', line 895

def custom
  @custom
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def email_address
  @email_address
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def first_name
  @first_name
end

#gender::String

Returns the value of attribute gender.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def gender
  @gender
end

#home_phone_number::String

Returns the value of attribute home_phone_number.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def home_phone_number
  @home_phone_number
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def last_name
  @last_name
end

#mailing_address_1::String

Returns the value of attribute mailing_address_1.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def mailing_address_1
  @mailing_address_1
end

#mailing_address_2::String

Returns the value of attribute mailing_address_2.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def mailing_address_2
  @mailing_address_2
end

#mailing_address_3::String

Returns the value of attribute mailing_address_3.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def mailing_address_3
  @mailing_address_3
end

#mailing_address_4::String

Returns the value of attribute mailing_address_4.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def mailing_address_4
  @mailing_address_4
end

#mailing_city::String

Returns the value of attribute mailing_city.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def mailing_city
  @mailing_city
end

#mailing_country::String

Returns the value of attribute mailing_country.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def mailing_country
  @mailing_country
end

#mailing_county::String

Returns the value of attribute mailing_county.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def mailing_county
  @mailing_county
end

#mailing_postal_code::String

Returns the value of attribute mailing_postal_code.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def mailing_postal_code
  @mailing_postal_code
end

#mailing_province::String

Returns the value of attribute mailing_province.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def mailing_province
  @mailing_province
end

#mailing_state::String

Returns the value of attribute mailing_state.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def mailing_state
  @mailing_state
end

#middle_name::String

Returns the value of attribute middle_name.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def middle_name
  @middle_name
end

#mobile_phone_number::String

Returns the value of attribute mobile_phone_number.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def mobile_phone_number
  @mobile_phone_number
end

#party_type::String

Returns the value of attribute party_type.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def party_type
  @party_type
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def phone_number
  @phone_number
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def postal_code
  @postal_code
end

#profile_arn::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def profile_arn
  @profile_arn
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def profile_id
  @profile_id
end

#province::String

Returns the value of attribute province.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def province
  @province
end

#shipping_address_1::String

Returns the value of attribute shipping_address_1.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def shipping_address_1
  @shipping_address_1
end

#shipping_address_2::String

Returns the value of attribute shipping_address_2.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def shipping_address_2
  @shipping_address_2
end

#shipping_address_3::String

Returns the value of attribute shipping_address_3.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def shipping_address_3
  @shipping_address_3
end

#shipping_address_4::String

Returns the value of attribute shipping_address_4.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def shipping_address_4
  @shipping_address_4
end

#shipping_city::String

Returns the value of attribute shipping_city.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def shipping_city
  @shipping_city
end

#shipping_country::String

Returns the value of attribute shipping_country.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def shipping_country
  @shipping_country
end

#shipping_county::String

Returns the value of attribute shipping_county.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def shipping_county
  @shipping_county
end

#shipping_postal_code::String

Returns the value of attribute shipping_postal_code.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def shipping_postal_code
  @shipping_postal_code
end

#shipping_province::String

Returns the value of attribute shipping_province.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def shipping_province
  @shipping_province
end

#shipping_state::String

Returns the value of attribute shipping_state.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def shipping_state
  @shipping_state
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def state
  @state
end