Class: Aws::BedrockAgentCoreControl::Types::PolicyGenerationDetails

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

Instance Attribute Details

#policy_generation_asset_idString

The unique identifier for this generated policy asset within the policy generation request.

Returns:

  • (String)


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_idString

The unique identifier for this policy generation request.

Returns:

  • (String)


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