CreateChangeSetOutput

public struct CreateChangeSetOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The Amazon Resource Name (ARN) of the change set.

    Declaration

    Swift

    public let id: String?
  • The unique ID of the stack.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, stackId: String? = nil)