DescribeStacksRequest

public struct DescribeStacksRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.

    Declaration

    Swift

    public let stackIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(stackIds: [String]? = nil)