We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e527274 commit 9517b36Copy full SHA for 9517b36
resources/glue-securityconfigurations.go
@@ -38,7 +38,7 @@ func ListGlueSecurityConfigurations(sess *session.Session) ([]Resource, error) {
38
}
39
40
// Check if there are more security configurations to fetch
41
- if output.NextToken == nil || *output.NextToken == ""{
+ if output.NextToken == nil || *output.NextToken == "" {
42
break
43
44
0 commit comments