Class: Aws::B2bi::Types::GetProfileResponse

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

Returns the name for the business associated with this profile.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#created_atTime

Returns a timestamp for creation date and time of the transformer.

Returns:

  • (Time)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#emailString

Returns the email address associated with this customer profile.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#log_group_nameString

Returns the name of the logging group.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#loggingString

Returns whether or not logging is enabled for this profile.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#modified_atTime

Returns a timestamp for last time the profile was modified.

Returns:

  • (Time)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#phoneString

Returns the phone number associated with the profile.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#profile_arnString

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end

#profile_idString

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

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 828

class GetProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :email,
  :phone,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = [:email, :phone]
  include Aws::Structure
end