docs/drivers/amazonec2/amz/describe_keypairs.go

7 lines
134 B
Go

package amz
type DescribeKeyPairsResponse struct {
RequestId string `xml:"requestId"`
KeySet []KeyPair `xml:"keySet>item"`
}