Class: Aws::B2bi::Types::UpdateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::UpdateProfileResponse
- 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 profile.
-
#email ⇒ String
Returns the email address associated with this customer profile.
-
#log_group_name ⇒ String
Returns the name of the logging group.
-
#logging ⇒ String
Specifies 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.
-
#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.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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 profile.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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
Specifies whether or not logging is enabled for this profile.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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 the profile.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2481 class UpdateProfileResponse < 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 |