ekristen/aws-nuke

View on GitHub
pkg/awsutil/consts.go

Summary

Maintainability
A
0 mins
Test Coverage
package awsutil

// Default is a generic constant for the word default
const Default = "default"

// StateDeleted is a generic constant for the word deleted for state
const StateDeleted = "deleted"

// StateDeleting is a generic constant for the word deleting for state
const StateDeleting = "deleting"

// StateRejected is a generic constant for the word rejected for state
const StateRejected = "rejected"