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)


4422
4423
4424
4425
4426
# File 'lib/aws-sdk-codebuild/types.rb', line 4422

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