Class: Aws::B2bi::Types::CreateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CreateProfileResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:phone, :email]
Instance Attribute Summary collapse
-
#business_name ⇒ String
Returns the name for the business associated with this profile.
-
#created_at ⇒ Time
Returns a timestamp representing the time the profile was created.
-
#email ⇒ String
Returns the email address associated with this customer profile.
-
#log_group_name ⇒ String
Returns the name of the logging group.
-
#logging ⇒ String
Returns whether or not logging is turned on for this profile.
-
#name ⇒ String
Returns the name of the profile, used to identify it.
-
#phone ⇒ String
Returns the phone number associated with the profile.
-
#profile_arn ⇒ String
Returns an Amazon Resource Name (ARN) for the profile.
-
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile.
Instance Attribute Details
#business_name ⇒ String
Returns the name for the business associated with this profile.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#created_at ⇒ Time
Returns a timestamp representing the time the profile was created.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#email ⇒ String
Returns the email address associated with this customer profile.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#log_group_name ⇒ String
Returns the name of the logging group.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#logging ⇒ String
Returns whether or not logging is turned on for this profile.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#name ⇒ String
Returns the name of the profile, used to identify it.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#phone ⇒ String
Returns the phone number associated with the profile.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#profile_arn ⇒ String
Returns an Amazon Resource Name (ARN) for the profile.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile.
495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 495 class CreateProfileResponse < Struct.new( :profile_id, :profile_arn, :name, :business_name, :phone, :email, :logging, :log_group_name, :created_at) SENSITIVE = [:phone, :email] include Aws::Structure end |