Skip to content

Commit

Permalink
fix delay seconds bug
Browse files Browse the repository at this point in the history
  • Loading branch information
siyong.dxh committed Sep 21, 2018
1 parent 1c1e6a0 commit 7a6ab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ type MessageVisibilityChangeResponse struct {
type QueueAttribute struct {
XMLName xml.Name `xml:"Queue" json:"-"`
QueueName string `xml:"QueueName,omitempty" json:"queue_name,omitempty"`
DelaySeconds int32 `xml:"DelaySenconds,omitempty" json:"delay_senconds,omitempty"`
DelaySeconds int32 `xml:"DelaySeconds,omitempty" json:"delay_seconds,omitempty"`
MaxMessageSize int32 `xml:"MaximumMessageSize,omitempty" json:"maximum_message_size,omitempty"`
MessageRetentionPeriod int32 `xml:"MessageRetentionPeriod,omitempty" json:"message_retention_period,omitempty"`
VisibilityTimeout int32 `xml:"VisibilityTimeout,omitempty" json:"visibility_timeout,omitempty"`
Expand Down

0 comments on commit 7a6ab33

Please sign in to comment.