Module: Aws::B2bi::Client::_UpdatePartnershipResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePartnershipResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capabilities ⇒ ::Array[::String]
- #capability_options ⇒ Types::CapabilityOptions
- #created_at ⇒ ::Time
- #email ⇒ ::String
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #partnership_arn ⇒ ::String
- #partnership_id ⇒ ::String
- #phone ⇒ ::String
- #profile_id ⇒ ::String
- #trading_partner_id ⇒ ::String
Instance Method Details
#capabilities ⇒ ::Array[::String]
572 |
# File 'sig/client.rbs', line 572
def capabilities: () -> ::Array[::String]
|
#capability_options ⇒ Types::CapabilityOptions
573 |
# File 'sig/client.rbs', line 573
def capability_options: () -> Types::CapabilityOptions
|
#created_at ⇒ ::Time
575 |
# File 'sig/client.rbs', line 575
def created_at: () -> ::Time
|
#email ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def email: () -> ::String
|
#modified_at ⇒ ::Time
576 |
# File 'sig/client.rbs', line 576
def modified_at: () -> ::Time
|
#name ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def name: () -> ::String
|
#partnership_arn ⇒ ::String
568 |
# File 'sig/client.rbs', line 568
def partnership_arn: () -> ::String
|
#partnership_id ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def partnership_id: () -> ::String
|
#phone ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def phone: () -> ::String
|
#profile_id ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def profile_id: () -> ::String
|
#trading_partner_id ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def trading_partner_id: () -> ::String
|