Module: Aws::B2bi::Client::_CreatePartnershipResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePartnershipResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capabilities ⇒ ::Array[::String]
- #capability_options ⇒ Types::CapabilityOptions
- #created_at ⇒ ::Time
- #email ⇒ ::String
- #name ⇒ ::String
- #partnership_arn ⇒ ::String
- #partnership_id ⇒ ::String
- #phone ⇒ ::String
- #profile_id ⇒ ::String
- #trading_partner_id ⇒ ::String
Instance Method Details
#capabilities ⇒ ::Array[::String]
121 |
# File 'sig/client.rbs', line 121
def capabilities: () -> ::Array[::String]
|
#capability_options ⇒ Types::CapabilityOptions
122 |
# File 'sig/client.rbs', line 122
def capability_options: () -> Types::CapabilityOptions
|
#created_at ⇒ ::Time
124 |
# File 'sig/client.rbs', line 124
def created_at: () -> ::Time
|
#email ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def email: () -> ::String
|
#name ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def name: () -> ::String
|
#partnership_arn ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def partnership_arn: () -> ::String
|
#partnership_id ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def partnership_id: () -> ::String
|
#phone ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def phone: () -> ::String
|
#profile_id ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def profile_id: () -> ::String
|
#trading_partner_id ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def trading_partner_id: () -> ::String
|