Class: Aws::BedrockAgentCoreControl::Types::ListPolicyEnginesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token that can be used in subsequent ListPolicyEngines calls to retrieve additional results. This token is only present when there are more results available.

Returns:

  • (String)


10614
10615
10616
10617
10618
10619
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10614

class ListPolicyEnginesResponse < Struct.new(
  :policy_engines,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#policy_enginesArray<Types::PolicyEngine>

An array of policy engine objects that exist in the account. Each policy engine object contains the engine metadata, status, and key identifiers for further operations.

Returns:



10614
10615
10616
10617
10618
10619
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10614

class ListPolicyEnginesResponse < Struct.new(
  :policy_engines,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end