Class: Aws::B2bi::Types::CreateProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:phone, :email]

Instance Attribute Summary collapse

Instance Attribute Details

#business_nameString

Returns the name for the business associated with this profile.

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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_atTime

Returns a timestamp representing the time the profile was created.

Returns:

  • (Time)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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

#emailString

Returns the email address associated with this customer profile.

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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_nameString

Returns the name of the logging group.

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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

#loggingString

Returns whether or not logging is turned on for this profile.

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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

#nameString

Returns the name of the profile, used to identify it.

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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

#phoneString

Returns the phone number associated with the profile.

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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_arnString

Returns an Amazon Resource Name (ARN) for the profile.

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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_idString

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

Returns:

  • (String)


392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 392

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