Class: Aws::BedrockAgentCoreControl::Types::PolicyGenerationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::PolicyGenerationDetails
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Represents the information identifying a generated policy asset from the AI-powered policy generation process within the AgentCore Policy system. Each asset contains a Cedar policy statement generated from natural language input, along with associated metadata and analysis findings to help users evaluate and select the most appropriate policy option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_generation_asset_id ⇒ String
The unique identifier for this generated policy asset within the policy generation request.
-
#policy_generation_id ⇒ String
The unique identifier for this policy generation request.
Instance Attribute Details
#policy_generation_asset_id ⇒ String
The unique identifier for this generated policy asset within the policy generation request.
12912 12913 12914 12915 12916 12917 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12912 class PolicyGenerationDetails < Struct.new( :policy_generation_id, :policy_generation_asset_id) SENSITIVE = [] include Aws::Structure end |
#policy_generation_id ⇒ String
The unique identifier for this policy generation request.
12912 12913 12914 12915 12916 12917 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12912 class PolicyGenerationDetails < Struct.new( :policy_generation_id, :policy_generation_asset_id) SENSITIVE = [] include Aws::Structure end |