Class: Aws::Types::FieldSourceProfileIds
- Inherits:
-
Object
- Object
- Aws::Types::FieldSourceProfileIds
- 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 ⇒ ::String
Returns the value of attribute address.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#billing_address ⇒ ::String
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.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#engagement_preferences ⇒ ::String
Returns the value of attribute engagement_preferences.
-
#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 ⇒ ::String
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 ⇒ ::String
Returns the value of attribute party_type.
-
#personal_email_address ⇒ ::String
Returns the value of attribute personal_email_address.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#profile_type ⇒ ::String
Returns the value of attribute profile_type.
-
#shipping_address ⇒ ::String
Returns the value of attribute shipping_address.
Instance Attribute Details
#account_number ⇒ ::String
Returns the value of attribute account_number.
956 957 958 |
# File 'sig/types.rbs', line 956 def account_number @account_number end |
#additional_information ⇒ ::String
Returns the value of attribute additional_information.
957 958 959 |
# File 'sig/types.rbs', line 957 def additional_information @additional_information end |
#address ⇒ ::String
Returns the value of attribute address.
972 973 974 |
# File 'sig/types.rbs', line 972 def address @address end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
976 977 978 |
# File 'sig/types.rbs', line 976 def attributes @attributes end |
#billing_address ⇒ ::String
Returns the value of attribute billing_address.
975 976 977 |
# File 'sig/types.rbs', line 975 def billing_address @billing_address end |
#birth_date ⇒ ::String
Returns the value of attribute birth_date.
963 964 965 |
# File 'sig/types.rbs', line 963 def birth_date @birth_date end |
#business_email_address ⇒ ::String
Returns the value of attribute business_email_address.
971 972 973 |
# File 'sig/types.rbs', line 971 def business_email_address @business_email_address end |
#business_name ⇒ ::String
Returns the value of attribute business_name.
959 960 961 |
# File 'sig/types.rbs', line 959 def business_name @business_name end |
#business_phone_number ⇒ ::String
Returns the value of attribute business_phone_number.
968 969 970 |
# File 'sig/types.rbs', line 968 def business_phone_number @business_phone_number end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
969 970 971 |
# File 'sig/types.rbs', line 969 def email_address @email_address end |
#engagement_preferences ⇒ ::String
Returns the value of attribute engagement_preferences.
978 979 980 |
# File 'sig/types.rbs', line 978 def engagement_preferences @engagement_preferences end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
960 961 962 |
# File 'sig/types.rbs', line 960 def first_name @first_name end |
#gender ⇒ ::String
Returns the value of attribute gender.
964 965 966 |
# File 'sig/types.rbs', line 964 def gender @gender end |
#home_phone_number ⇒ ::String
Returns the value of attribute home_phone_number.
967 968 969 |
# File 'sig/types.rbs', line 967 def home_phone_number @home_phone_number end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
962 963 964 |
# File 'sig/types.rbs', line 962 def last_name @last_name end |
#mailing_address ⇒ ::String
Returns the value of attribute mailing_address.
974 975 976 |
# File 'sig/types.rbs', line 974 def mailing_address @mailing_address end |
#middle_name ⇒ ::String
Returns the value of attribute middle_name.
961 962 963 |
# File 'sig/types.rbs', line 961 def middle_name @middle_name end |
#mobile_phone_number ⇒ ::String
Returns the value of attribute mobile_phone_number.
966 967 968 |
# File 'sig/types.rbs', line 966 def mobile_phone_number @mobile_phone_number end |
#party_type ⇒ ::String
Returns the value of attribute party_type.
958 959 960 |
# File 'sig/types.rbs', line 958 def party_type @party_type end |
#personal_email_address ⇒ ::String
Returns the value of attribute personal_email_address.
970 971 972 |
# File 'sig/types.rbs', line 970 def personal_email_address @personal_email_address end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
965 966 967 |
# File 'sig/types.rbs', line 965 def phone_number @phone_number end |
#profile_type ⇒ ::String
Returns the value of attribute profile_type.
977 978 979 |
# File 'sig/types.rbs', line 977 def profile_type @profile_type end |
#shipping_address ⇒ ::String
Returns the value of attribute shipping_address.
973 974 975 |
# File 'sig/types.rbs', line 973 def shipping_address @shipping_address end |