Class: Aws::B2bi::Types::CreateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CreateProfileRequest
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email, :phone]
Instance Attribute Summary collapse
-
#business_name ⇒ String
Specifies the name for the business associated with this profile.
-
#client_token ⇒ String
Reserved for future use.
-
#email ⇒ String
Specifies the email address associated with this customer profile.
-
#logging ⇒ String
Specifies whether or not logging is enabled for this profile.
-
#name ⇒ String
Specifies the name of the profile.
-
#phone ⇒ String
Specifies the phone number associated with the profile.
-
#tags ⇒ Array<Types::Tag>
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
Instance Attribute Details
#business_name ⇒ String
Specifies the name for the business associated with this profile.
445 446 447 448 449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 445 class CreateProfileRequest < Struct.new( :name, :email, :phone, :business_name, :logging, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#client_token ⇒ String
Reserved for future use.
A suitable default value is auto-generated. You should normally not need to pass this option.
445 446 447 448 449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 445 class CreateProfileRequest < Struct.new( :name, :email, :phone, :business_name, :logging, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#email ⇒ String
Specifies the email address associated with this customer profile.
445 446 447 448 449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 445 class CreateProfileRequest < Struct.new( :name, :email, :phone, :business_name, :logging, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#logging ⇒ String
Specifies whether or not logging is enabled for this profile.
445 446 447 448 449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 445 class CreateProfileRequest < Struct.new( :name, :email, :phone, :business_name, :logging, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#name ⇒ String
Specifies the name of the profile.
445 446 447 448 449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 445 class CreateProfileRequest < Struct.new( :name, :email, :phone, :business_name, :logging, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#phone ⇒ String
Specifies the phone number associated with the profile.
445 446 447 448 449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 445 class CreateProfileRequest < Struct.new( :name, :email, :phone, :business_name, :logging, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
445 446 447 448 449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 445 class CreateProfileRequest < Struct.new( :name, :email, :phone, :business_name, :logging, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |