CreateStackResult

public struct CreateStackResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(stackId: String? = nil)