You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::ReportFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ReportFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  status: "GENERATING", # accepts GENERATING, SUCCEEDED, FAILED, INCOMPLETE, DELETING
}

A filter used to return reports with the status specified by the input status parameter.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status used to filter reports. You can filter using one status only.

Possible values:

  • GENERATING
  • SUCCEEDED
  • FAILED
  • INCOMPLETE
  • DELETING

Returns:

  • (String)

    The status used to filter reports.