Class: Aws::CodeBuild::Types::ReportFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ReportFilter
- Defined in:
- gems/aws-sdk-codebuild/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
-
#status ⇒ String
The status used to filter reports.
Instance Attribute Details
#status ⇒ String
The status used to filter reports. You can filter using one status only.
5334 5335 5336 5337 5338 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5334 class ReportFilter < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |