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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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

Returns:

  • (String)


4948
4949
4950
4951
4952
# File 'lib/aws-sdk-codebuild/types.rb', line 4948

class ReportFilter < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end