A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

Exemple #1
0
 /// <summary>
 /// Sets the KeyPairIds property
 /// </summary>
 /// <param name="keyPairIds">The value to set for the KeyPairIds property </param>
 /// <returns>this instance</returns>
 public Signer WithKeyPairIds(KeyPairIds keyPairIds)
 {
     this.keyPairIds = keyPairIds;
     return this;
 }
Exemple #2
0
 public Signer WithKeyPairIds(KeyPairIds keyPairIds)
 {
     this.keyPairIds = keyPairIds;
     return(this);
 }