Module: Aws::B2bi::Client::_GetPartnershipResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPartnershipResponse]
- 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]
308 |
# File 'sig/client.rbs', line 308
def capabilities: () -> ::Array[::String]
|
#capability_options ⇒ Types::CapabilityOptions
309 |
# File 'sig/client.rbs', line 309
def capability_options: () -> Types::CapabilityOptions
|
#created_at ⇒ ::Time
311 |
# File 'sig/client.rbs', line 311
def created_at: () -> ::Time
|
#email ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def email: () -> ::String
|
#modified_at ⇒ ::Time
312 |
# File 'sig/client.rbs', line 312
def modified_at: () -> ::Time
|
#name ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def name: () -> ::String
|
#partnership_arn ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def partnership_arn: () -> ::String
|
#partnership_id ⇒ ::String
303 |
# File 'sig/client.rbs', line 303
def partnership_id: () -> ::String
|
#phone ⇒ ::String
307 |
# File 'sig/client.rbs', line 307
def phone: () -> ::String
|
#profile_id ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def profile_id: () -> ::String
|
#trading_partner_id ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def trading_partner_id: () -> ::String
|