diff --git a/route53/route53.go b/route53/route53.go index 92d623f6..3aa91dd7 100644 --- a/route53/route53.go +++ b/route53/route53.go @@ -328,7 +328,7 @@ type ListResourceRecordSetsResponse struct { type ResourceRecordSet struct { Name string `xml:"Name"` Type string `xml:"Type"` - TTL int `xml:"TTL"` + TTL int `xml:"TTL,omitempty"` Records []string `xml:"ResourceRecords>ResourceRecord>Value,omitempty"` SetIdentifier string `xml:"SetIdentifier,omitempty"` Weight int `xml:"Weight,omitempty"`