Class: Aws::BedrockAgentCoreControl::Types::ListPolicyEnginesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListPolicyEnginesResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token that can be used in subsequent [ListPolicyEngines][1] calls to retrieve additional results.
-
#policy_engines ⇒ Array<Types::PolicyEngine>
An array of policy engine objects that exist in the account.
Instance Attribute Details
#next_token ⇒ String
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.
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_engines ⇒ Array<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.
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 |