Class: Aws::Types::CreateProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:account_number, :additional_information, :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)


445
446
447
# File 'sig/types.rbs', line 445

def 
  @account_number
end

#additional_information::String

Returns the value of attribute additional_information.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def additional_information
  @additional_information
end

#addressTypes::Address

Returns the value of attribute address.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def address
  @address
end

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

Returns the value of attribute attributes.

Returns:

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


465
466
467
# File 'sig/types.rbs', line 465

def attributes
  @attributes
end

#billing_addressTypes::Address

Returns the value of attribute billing_address.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def billing_address
  @billing_address
end

#birth_date::String

Returns the value of attribute birth_date.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def birth_date
  @birth_date
end

#business_email_address::String

Returns the value of attribute business_email_address.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def business_email_address
  @business_email_address
end

#business_name::String

Returns the value of attribute business_name.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def business_name
  @business_name
end

#business_phone_number::String

Returns the value of attribute business_phone_number.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def business_phone_number
  @business_phone_number
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def domain_name
  @domain_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def email_address
  @email_address
end

#engagement_preferencesTypes::EngagementPreferences

Returns the value of attribute engagement_preferences.



469
470
471
# File 'sig/types.rbs', line 469

def engagement_preferences
  @engagement_preferences
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def first_name
  @first_name
end

#gender"MALE", ...

Returns the value of attribute gender.

Returns:

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


453
454
455
# File 'sig/types.rbs', line 453

def gender
  @gender
end

#gender_string::String

Returns the value of attribute gender_string.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def gender_string
  @gender_string
end

#home_phone_number::String

Returns the value of attribute home_phone_number.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def home_phone_number
  @home_phone_number
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def last_name
  @last_name
end

#mailing_addressTypes::Address

Returns the value of attribute mailing_address.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def mailing_address
  @mailing_address
end

#middle_name::String

Returns the value of attribute middle_name.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def middle_name
  @middle_name
end

#mobile_phone_number::String

Returns the value of attribute mobile_phone_number.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def mobile_phone_number
  @mobile_phone_number
end

#party_type"INDIVIDUAL", ...

Returns the value of attribute party_type.

Returns:

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


447
448
449
# File 'sig/types.rbs', line 447

def party_type
  @party_type
end

#party_type_string::String

Returns the value of attribute party_type_string.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def party_type_string
  @party_type_string
end

#personal_email_address::String

Returns the value of attribute personal_email_address.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def personal_email_address
  @personal_email_address
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def phone_number
  @phone_number
end

#profile_type"ACCOUNT_PROFILE", "PROFILE"

Returns the value of attribute profile_type.

Returns:

  • ("ACCOUNT_PROFILE", "PROFILE")


468
469
470
# File 'sig/types.rbs', line 468

def profile_type
  @profile_type
end

#shipping_addressTypes::Address

Returns the value of attribute shipping_address.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def shipping_address
  @shipping_address
end