Module: Aws::PartnerCentralAccount::Client::_CreatePartnerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePartnerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alliance_lead_contact ⇒ Types::AllianceLeadContact
- #arn ⇒ ::String
- #aws_training_certification_email_domains ⇒ ::Array[Types::PartnerDomain]
- #catalog ⇒ ::String
- #created_at ⇒ ::Time
- #id ⇒ ::String
- #legal_name ⇒ ::String
- #profile ⇒ Types::PartnerProfile
Instance Method Details
#alliance_lead_contact ⇒ Types::AllianceLeadContact
210 |
# File 'sig/client.rbs', line 210
def alliance_lead_contact: () -> Types::AllianceLeadContact
|
#arn ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def arn: () -> ::String
|
#aws_training_certification_email_domains ⇒ ::Array[Types::PartnerDomain]
209 |
# File 'sig/client.rbs', line 209
def aws_training_certification_email_domains: () -> ::Array[Types::PartnerDomain]
|
#catalog ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def catalog: () -> ::String
|
#created_at ⇒ ::Time
207 |
# File 'sig/client.rbs', line 207
def created_at: () -> ::Time
|
#id ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def id: () -> ::String
|
#legal_name ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def legal_name: () -> ::String
|
#profile ⇒ Types::PartnerProfile
208 |
# File 'sig/client.rbs', line 208
def profile: () -> Types::PartnerProfile
|