Class: Aws::Types::UpdateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfileRequest
- 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.
-
#address ⇒ Types::UpdateAddress
Returns the value of attribute address.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#billing_address ⇒ Types::UpdateAddress
Returns the value of attribute billing_address.
-
#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.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#engagement_preferences ⇒ Types::EngagementPreferences
Returns the value of attribute engagement_preferences.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#gender ⇒ "MALE", ...
Returns the value of attribute gender.
-
#gender_string ⇒ ::String
Returns the value of attribute gender_string.
-
#home_phone_number ⇒ ::String
Returns the value of attribute home_phone_number.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#mailing_address ⇒ Types::UpdateAddress
Returns the value of attribute mailing_address.
-
#middle_name ⇒ ::String
Returns the value of attribute middle_name.
-
#mobile_phone_number ⇒ ::String
Returns the value of attribute mobile_phone_number.
-
#party_type ⇒ "INDIVIDUAL", ...
Returns the value of attribute party_type.
-
#party_type_string ⇒ ::String
Returns the value of attribute party_type_string.
-
#personal_email_address ⇒ ::String
Returns the value of attribute personal_email_address.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_type ⇒ "ACCOUNT_PROFILE", "PROFILE"
Returns the value of attribute profile_type.
-
#shipping_address ⇒ Types::UpdateAddress
Returns the value of attribute shipping_address.
Instance Attribute Details
#account_number ⇒ ::String
Returns the value of attribute account_number.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def account_number @account_number end |
#additional_information ⇒ ::String
Returns the value of attribute additional_information.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def additional_information @additional_information end |
#address ⇒ Types::UpdateAddress
Returns the value of attribute address.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def address @address end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
2912 2913 2914 |
# File 'sig/types.rbs', line 2912 def attributes @attributes end |
#billing_address ⇒ Types::UpdateAddress
Returns the value of attribute billing_address.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def billing_address @billing_address end |
#birth_date ⇒ ::String
Returns the value of attribute birth_date.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def birth_date @birth_date end |
#business_email_address ⇒ ::String
Returns the value of attribute business_email_address.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def business_email_address @business_email_address end |
#business_name ⇒ ::String
Returns the value of attribute business_name.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def business_name @business_name end |
#business_phone_number ⇒ ::String
Returns the value of attribute business_phone_number.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def business_phone_number @business_phone_number end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def domain_name @domain_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def email_address @email_address end |
#engagement_preferences ⇒ Types::EngagementPreferences
Returns the value of attribute engagement_preferences.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def engagement_preferences @engagement_preferences end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
2896 2897 2898 |
# File 'sig/types.rbs', line 2896 def first_name @first_name end |
#gender ⇒ "MALE", ...
Returns the value of attribute gender.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def gender @gender end |
#gender_string ⇒ ::String
Returns the value of attribute gender_string.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def gender_string @gender_string end |
#home_phone_number ⇒ ::String
Returns the value of attribute home_phone_number.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def home_phone_number @home_phone_number end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def last_name @last_name end |
#mailing_address ⇒ Types::UpdateAddress
Returns the value of attribute mailing_address.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def mailing_address @mailing_address end |
#middle_name ⇒ ::String
Returns the value of attribute middle_name.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def middle_name @middle_name end |
#mobile_phone_number ⇒ ::String
Returns the value of attribute mobile_phone_number.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def mobile_phone_number @mobile_phone_number end |
#party_type ⇒ "INDIVIDUAL", ...
Returns the value of attribute party_type.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def party_type @party_type end |
#party_type_string ⇒ ::String
Returns the value of attribute party_type_string.
2913 2914 2915 |
# File 'sig/types.rbs', line 2913 def party_type_string @party_type_string end |
#personal_email_address ⇒ ::String
Returns the value of attribute personal_email_address.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def personal_email_address @personal_email_address end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def phone_number @phone_number end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def profile_id @profile_id end |
#profile_type ⇒ "ACCOUNT_PROFILE", "PROFILE"
Returns the value of attribute profile_type.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def profile_type @profile_type end |
#shipping_address ⇒ Types::UpdateAddress
Returns the value of attribute shipping_address.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def shipping_address @shipping_address end |