Class: Aws::Types::UpdateProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:additional_information, :account_number, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string, :profile_type, :engagement_preferences])

Instance Attribute Summary collapse

Instance Attribute Details

#account_number ⇒ ::String

Returns the value of attribute account_number.

Returns:

  • (::String)


2924
2925
2926
# File 'sig/types.rbs', line 2924

def 
  @account_number
end

#additional_information ⇒ ::String

Returns the value of attribute additional_information.

Returns:

  • (::String)


2923
2924
2925
# File 'sig/types.rbs', line 2923

def additional_information
  @additional_information
end

#address ⇒ Types::UpdateAddress

Returns the value of attribute address.



2939
2940
2941
# File 'sig/types.rbs', line 2939

def address
  @address
end

#attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

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


2943
2944
2945
# File 'sig/types.rbs', line 2943

def attributes
  @attributes
end

#billing_address ⇒ Types::UpdateAddress

Returns the value of attribute billing_address.



2942
2943
2944
# File 'sig/types.rbs', line 2942

def billing_address
  @billing_address
end

#birth_date ⇒ ::String

Returns the value of attribute birth_date.

Returns:

  • (::String)


2930
2931
2932
# File 'sig/types.rbs', line 2930

def birth_date
  @birth_date
end

#business_email_address ⇒ ::String

Returns the value of attribute business_email_address.

Returns:

  • (::String)


2938
2939
2940
# File 'sig/types.rbs', line 2938

def business_email_address
  @business_email_address
end

#business_name ⇒ ::String

Returns the value of attribute business_name.

Returns:

  • (::String)


2926
2927
2928
# File 'sig/types.rbs', line 2926

def business_name
  @business_name
end

#business_phone_number ⇒ ::String

Returns the value of attribute business_phone_number.

Returns:

  • (::String)


2935
2936
2937
# File 'sig/types.rbs', line 2935

def business_phone_number
  @business_phone_number
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2921
2922
2923
# File 'sig/types.rbs', line 2921

def domain_name
  @domain_name
end

#email_address ⇒ ::String

Returns the value of attribute email_address.

Returns:

  • (::String)


2936
2937
2938
# File 'sig/types.rbs', line 2936

def email_address
  @email_address
end

#engagement_preferences ⇒ Types::EngagementPreferences

Returns the value of attribute engagement_preferences.



2947
2948
2949
# File 'sig/types.rbs', line 2947

def engagement_preferences
  @engagement_preferences
end

#first_name ⇒ ::String

Returns the value of attribute first_name.

Returns:

  • (::String)


2927
2928
2929
# File 'sig/types.rbs', line 2927

def first_name
  @first_name
end

#gender ⇒ "MALE", ...

Returns the value of attribute gender.

Returns:

  • ("MALE", "FEMALE", "UNSPECIFIED")


2931
2932
2933
# File 'sig/types.rbs', line 2931

def gender
  @gender
end

#gender_string ⇒ ::String

Returns the value of attribute gender_string.

Returns:

  • (::String)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def gender_string
  @gender_string
end

#home_phone_number ⇒ ::String

Returns the value of attribute home_phone_number.

Returns:

  • (::String)


2934
2935
2936
# File 'sig/types.rbs', line 2934

def home_phone_number
  @home_phone_number
end

#last_name ⇒ ::String

Returns the value of attribute last_name.

Returns:

  • (::String)


2929
2930
2931
# File 'sig/types.rbs', line 2929

def last_name
  @last_name
end

#mailing_address ⇒ Types::UpdateAddress

Returns the value of attribute mailing_address.



2941
2942
2943
# File 'sig/types.rbs', line 2941

def mailing_address
  @mailing_address
end

#middle_name ⇒ ::String

Returns the value of attribute middle_name.

Returns:

  • (::String)


2928
2929
2930
# File 'sig/types.rbs', line 2928

def middle_name
  @middle_name
end

#mobile_phone_number ⇒ ::String

Returns the value of attribute mobile_phone_number.

Returns:

  • (::String)


2933
2934
2935
# File 'sig/types.rbs', line 2933

def mobile_phone_number
  @mobile_phone_number
end

#party_type ⇒ "INDIVIDUAL", ...

Returns the value of attribute party_type.

Returns:

  • ("INDIVIDUAL", "BUSINESS", "OTHER")


2925
2926
2927
# File 'sig/types.rbs', line 2925

def party_type
  @party_type
end

#party_type_string ⇒ ::String

Returns the value of attribute party_type_string.

Returns:

  • (::String)


2944
2945
2946
# File 'sig/types.rbs', line 2944

def party_type_string
  @party_type_string
end

#personal_email_address ⇒ ::String

Returns the value of attribute personal_email_address.

Returns:

  • (::String)


2937
2938
2939
# File 'sig/types.rbs', line 2937

def personal_email_address
  @personal_email_address
end

#phone_number ⇒ ::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


2932
2933
2934
# File 'sig/types.rbs', line 2932

def phone_number
  @phone_number
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


2922
2923
2924
# File 'sig/types.rbs', line 2922

def profile_id
  @profile_id
end

#profile_type ⇒ "ACCOUNT_PROFILE", "PROFILE"

Returns the value of attribute profile_type.

Returns:

  • ("ACCOUNT_PROFILE", "PROFILE")


2946
2947
2948
# File 'sig/types.rbs', line 2946

def profile_type
  @profile_type
end

#shipping_address ⇒ Types::UpdateAddress

Returns the value of attribute shipping_address.



2940
2941
2942
# File 'sig/types.rbs', line 2940

def shipping_address
  @shipping_address
end