Class: Aws::CodeCatalyst::Types::ProjectListFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ProjectListFilter
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
nformation about the filter used to narrow the results returned in a list of projects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison_operator ⇒ String
The operator used to compare the fields.
-
#key ⇒ String
A key that can be used to sort results.
-
#values ⇒ Array<String>
The values of the key.
Instance Attribute Details
#comparison_operator ⇒ String
The operator used to compare the fields.
2272 2273 2274 2275 2276 2277 2278 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2272 class ProjectListFilter < Struct.new( :key, :values, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
A key that can be used to sort results.
2272 2273 2274 2275 2276 2277 2278 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2272 class ProjectListFilter < Struct.new( :key, :values, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values of the key.
2272 2273 2274 2275 2276 2277 2278 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2272 class ProjectListFilter < Struct.new( :key, :values, :comparison_operator) SENSITIVE = [] include Aws::Structure end |