// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package stackset // Description represents a created stack set resource. type Description struct { ID string Name string Template string }