DebugSession

public struct DebugSession : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies if session debugging is enabled for this build.

    Declaration

    Swift

    public let sessionEnabled: Bool?
  • Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.

    Declaration

    Swift

    public let sessionTarget: String?
  • Undocumented

    Declaration

    Swift

    public init(sessionEnabled: Bool? = nil, sessionTarget: String? = nil)