Class: Aws::BedrockAgentCore::Types::BranchFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::BranchFilter
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains filter criteria for branches when listing events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_parent_branches ⇒ Boolean
Specifies whether to include parent branches in the results.
-
#name ⇒ String
The name of the branch to filter by.
Instance Attribute Details
#include_parent_branches ⇒ Boolean
Specifies whether to include parent branches in the results. Set to true to include parent branches, or false to exclude them.
117 118 119 120 121 122 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 117 class BranchFilter < Struct.new( :name, :include_parent_branches) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the branch to filter by.
117 118 119 120 121 122 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 117 class BranchFilter < Struct.new( :name, :include_parent_branches) SENSITIVE = [] include Aws::Structure end |