Module: Aws::B2bi::Client::_UpdateProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #business_name ⇒ ::String
- #created_at ⇒ ::Time
- #email ⇒ ::String
- #log_group_name ⇒ ::String
- #logging ⇒ "ENABLED", "DISABLED"
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #phone ⇒ ::String
- #profile_arn ⇒ ::String
- #profile_id ⇒ ::String
Instance Method Details
#business_name ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def business_name: () -> ::String
|
#created_at ⇒ ::Time
597 |
# File 'sig/client.rbs', line 597
def created_at: () -> ::Time
|
#email ⇒ ::String
592 |
# File 'sig/client.rbs', line 592
def email: () -> ::String
|
#log_group_name ⇒ ::String
596 |
# File 'sig/client.rbs', line 596
def log_group_name: () -> ::String
|
#logging ⇒ "ENABLED", "DISABLED"
595 |
# File 'sig/client.rbs', line 595
def logging: () -> ("ENABLED" | "DISABLED")
|
#modified_at ⇒ ::Time
598 |
# File 'sig/client.rbs', line 598
def modified_at: () -> ::Time
|
#name ⇒ ::String
591 |
# File 'sig/client.rbs', line 591
def name: () -> ::String
|
#phone ⇒ ::String
593 |
# File 'sig/client.rbs', line 593
def phone: () -> ::String
|
#profile_arn ⇒ ::String
590 |
# File 'sig/client.rbs', line 590
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
589 |
# File 'sig/client.rbs', line 589
def profile_id: () -> ::String
|