DeleteStackSetInput

public struct DeleteStackSetInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name or unique ID of the stack set that you’re deleting. You can obtain this value by running ListStackSets.

    Declaration

    Swift

    public let stackSetName: String
  • Undocumented

    Declaration

    Swift

    public init(stackSetName: String)