Class: Aws::BedrockAgentCore::Types::BranchFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#include_parent_branchesBoolean

Specifies whether to include parent branches in the results. Set to true to include parent branches, or false to exclude them.

Returns:

  • (Boolean)


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

#nameString

The name of the branch to filter by.

Returns:

  • (String)


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