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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1110

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