getRelationship

Retrieves details of a specific partner relationship.

Samples


fun main() { 
   //sampleStart 
   // Example for GetRelationship
val resp = partnerCentralChannelClient.getRelationship {
    catalog = "AWS"
    programManagementAccountIdentifier = "pma-u8ic702rtzng8"
    identifier = "rs-l9o4fj3b5zb91"
} 
   //sampleEnd
}