DescribeCodeCoveragesOutput

public struct DescribeCodeCoveragesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of CodeCoverage objects that contain the results.

    Declaration

    Swift

    public let codeCoverages: [CodeCoverage]?
  • If there are more items to return, this contains a token that is passed to a subsequent call to DescribeCodeCoverages to retrieve the next set of items.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(codeCoverages: [CodeCoverage]? = nil, nextToken: String? = nil)