Class: Aws::Types::CustomerProfileAttributes
- Inherits:
-
Object
- Object
- Aws::Types::CustomerProfileAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_number ⇒ ::String
Returns the value of attribute account_number.
-
#additional_information ⇒ ::String
Returns the value of attribute additional_information.
-
#address1 ⇒ ::String
Returns the value of attribute address1.
-
#address2 ⇒ ::String
Returns the value of attribute address2.
-
#address3 ⇒ ::String
Returns the value of attribute address3.
-
#address4 ⇒ ::String
Returns the value of attribute address4.
-
#billing_address_1 ⇒ ::String
Returns the value of attribute billing_address_1.
-
#billing_address_2 ⇒ ::String
Returns the value of attribute billing_address_2.
-
#billing_address_3 ⇒ ::String
Returns the value of attribute billing_address_3.
-
#billing_address_4 ⇒ ::String
Returns the value of attribute billing_address_4.
-
#billing_city ⇒ ::String
Returns the value of attribute billing_city.
-
#billing_country ⇒ ::String
Returns the value of attribute billing_country.
-
#billing_county ⇒ ::String
Returns the value of attribute billing_county.
-
#billing_postal_code ⇒ ::String
Returns the value of attribute billing_postal_code.
-
#billing_province ⇒ ::String
Returns the value of attribute billing_province.
-
#billing_state ⇒ ::String
Returns the value of attribute billing_state.
-
#birth_date ⇒ ::String
Returns the value of attribute birth_date.
-
#business_email_address ⇒ ::String
Returns the value of attribute business_email_address.
-
#business_name ⇒ ::String
Returns the value of attribute business_name.
-
#business_phone_number ⇒ ::String
Returns the value of attribute business_phone_number.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#county ⇒ ::String
Returns the value of attribute county.
-
#custom ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#gender ⇒ ::String
Returns the value of attribute gender.
-
#home_phone_number ⇒ ::String
Returns the value of attribute home_phone_number.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#mailing_address_1 ⇒ ::String
Returns the value of attribute mailing_address_1.
-
#mailing_address_2 ⇒ ::String
Returns the value of attribute mailing_address_2.
-
#mailing_address_3 ⇒ ::String
Returns the value of attribute mailing_address_3.
-
#mailing_address_4 ⇒ ::String
Returns the value of attribute mailing_address_4.
-
#mailing_city ⇒ ::String
Returns the value of attribute mailing_city.
-
#mailing_country ⇒ ::String
Returns the value of attribute mailing_country.
-
#mailing_county ⇒ ::String
Returns the value of attribute mailing_county.
-
#mailing_postal_code ⇒ ::String
Returns the value of attribute mailing_postal_code.
-
#mailing_province ⇒ ::String
Returns the value of attribute mailing_province.
-
#mailing_state ⇒ ::String
Returns the value of attribute mailing_state.
-
#middle_name ⇒ ::String
Returns the value of attribute middle_name.
-
#mobile_phone_number ⇒ ::String
Returns the value of attribute mobile_phone_number.
-
#party_type ⇒ ::String
Returns the value of attribute party_type.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#province ⇒ ::String
Returns the value of attribute province.
-
#shipping_address_1 ⇒ ::String
Returns the value of attribute shipping_address_1.
-
#shipping_address_2 ⇒ ::String
Returns the value of attribute shipping_address_2.
-
#shipping_address_3 ⇒ ::String
Returns the value of attribute shipping_address_3.
-
#shipping_address_4 ⇒ ::String
Returns the value of attribute shipping_address_4.
-
#shipping_city ⇒ ::String
Returns the value of attribute shipping_city.
-
#shipping_country ⇒ ::String
Returns the value of attribute shipping_country.
-
#shipping_county ⇒ ::String
Returns the value of attribute shipping_county.
-
#shipping_postal_code ⇒ ::String
Returns the value of attribute shipping_postal_code.
-
#shipping_province ⇒ ::String
Returns the value of attribute shipping_province.
-
#shipping_state ⇒ ::String
Returns the value of attribute shipping_state.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#account_number ⇒ ::String
Returns the value of attribute account_number.
843 844 845 |
# File 'sig/types.rbs', line 843 def account_number @account_number end |
#additional_information ⇒ ::String
Returns the value of attribute additional_information.
846 847 848 |
# File 'sig/types.rbs', line 846 def additional_information @additional_information end |
#address1 ⇒ ::String
Returns the value of attribute address1.
855 856 857 |
# File 'sig/types.rbs', line 855 def address1 @address1 end |
#address2 ⇒ ::String
Returns the value of attribute address2.
856 857 858 |
# File 'sig/types.rbs', line 856 def address2 @address2 end |
#address3 ⇒ ::String
Returns the value of attribute address3.
857 858 859 |
# File 'sig/types.rbs', line 857 def address3 @address3 end |
#address4 ⇒ ::String
Returns the value of attribute address4.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
859 860 861 |
# File 'sig/types.rbs', line 859 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
861 862 863 |
# File 'sig/types.rbs', line 861 def country @country end |
#county ⇒ ::String
Returns the value of attribute county.
860 861 862 |
# File 'sig/types.rbs', line 860 def county @county end |
#custom ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom.
895 896 897 |
# File 'sig/types.rbs', line 895 def custom @custom end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
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.
840 841 842 |
# File 'sig/types.rbs', line 840 def first_name @first_name end |
#gender ⇒ ::String
Returns the value of attribute gender.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
838 839 840 |
# File 'sig/types.rbs', line 838 def profile_id @profile_id end |
#province ⇒ ::String
Returns the value of attribute province.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
874 875 876 |
# File 'sig/types.rbs', line 874 def shipping_state @shipping_state end |
#state ⇒ ::String
Returns the value of attribute state.
864 865 866 |
# File 'sig/types.rbs', line 864 def state @state end |