Class: Aws::B2bi::Types::UpdateProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:email, :phone]

Instance Attribute Summary collapse

Instance Attribute Details

#business_nameString

Specifies the name for the business associated with this profile.

Returns:

  • (String)


1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1826

class UpdateProfileRequest < Struct.new(
  :profile_id,
  :name,
  :email,
  :phone,
  :business_name)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#emailString

Specifies the email address associated with this customer profile.

Returns:

  • (String)


1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1826

class UpdateProfileRequest < Struct.new(
  :profile_id,
  :name,
  :email,
  :phone,
  :business_name)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#nameString

The name of the profile, used to identify it.

Returns:

  • (String)


1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1826

class UpdateProfileRequest < Struct.new(
  :profile_id,
  :name,
  :email,
  :phone,
  :business_name)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#phoneString

Specifies the phone number associated with the profile.

Returns:

  • (String)


1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1826

class UpdateProfileRequest < Struct.new(
  :profile_id,
  :name,
  :email,
  :phone,
  :business_name)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#profile_idString

Specifies the unique, system-generated identifier for the profile.

Returns:

  • (String)


1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1826

class UpdateProfileRequest < Struct.new(
  :profile_id,
  :name,
  :email,
  :phone,
  :business_name)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end