Module: Aws::B2bi::Client::_GetProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProfileResponse]
- 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
327 |
# File 'sig/client.rbs', line 327
def business_name: () -> ::String
|
#created_at ⇒ ::Time
330 |
# File 'sig/client.rbs', line 330
def created_at: () -> ::Time
|
#email ⇒ ::String
325 |
# File 'sig/client.rbs', line 325
def email: () -> ::String
|
#log_group_name ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def log_group_name: () -> ::String
|
#logging ⇒ "ENABLED", "DISABLED"
328 |
# File 'sig/client.rbs', line 328
def logging: () -> ("ENABLED" | "DISABLED")
|
#modified_at ⇒ ::Time
331 |
# File 'sig/client.rbs', line 331
def modified_at: () -> ::Time
|
#name ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def name: () -> ::String
|
#phone ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def phone: () -> ::String
|
#profile_arn ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def profile_id: () -> ::String
|