Module: Aws::PartnerCentralAccount::Client::_GetPartnerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPartnerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #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
#arn ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def arn: () -> ::String
|
#aws_training_certification_email_domains ⇒ ::Array[Types::PartnerDomain]
323 |
# File 'sig/client.rbs', line 323
def aws_training_certification_email_domains: () -> ::Array[Types::PartnerDomain]
|
#catalog ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def catalog: () -> ::String
|
#created_at ⇒ ::Time
321 |
# File 'sig/client.rbs', line 321
def created_at: () -> ::Time
|
#id ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def id: () -> ::String
|
#legal_name ⇒ ::String
320 |
# File 'sig/client.rbs', line 320
def legal_name: () -> ::String
|
#profile ⇒ Types::PartnerProfile
322 |
# File 'sig/client.rbs', line 322
def profile: () -> Types::PartnerProfile
|