Class: Aws::B2bi::Types::GetProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::GetProfileResponse
- 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
Returns the name for the business associated with this profile.
-
#created_at ⇒ Time
Returns a timestamp for creation date and time of the transformer.
-
#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 enabled for this profile.
-
#modified_at ⇒ Time
Returns a timestamp for last time the profile was modified.
-
#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 a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
-
#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.
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_at ⇒ Time
Returns a timestamp for creation date and time of the transformer.
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 |
#email ⇒ String
Returns the email address associated with this customer profile.
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_name ⇒ String
Returns the name of the logging group.
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 |
#logging ⇒ String
Returns whether or not logging is enabled for this profile.
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_at ⇒ Time
Returns a timestamp for last time the profile was modified.
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 |
#name ⇒ String
Returns the name of the profile, used to identify it.
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 |
#phone ⇒ String
Returns the phone number associated with the profile.
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_arn ⇒ String
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
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_id ⇒ String
Returns the unique, system-generated identifier for the profile.
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 |