Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Bedrock::Types::CreateAutomatedReasoningPolicyVersionResponse
 
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [:name, :description] 
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp when the policy version was created. 
- 
  
    
      #definition_hash  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The hash of the policy definition for this version. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the policy version. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the policy version. 
- 
  
    
      #policy_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The versioned Amazon Resource Name (ARN) of the policy version. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version number of the policy version. 
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the policy version was created.
| 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2445 class CreateAutomatedReasoningPolicyVersionResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at) SENSITIVE = [:name, :description] include Aws::Structure end | 
#definition_hash ⇒ String
The hash of the policy definition for this version.
| 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2445 class CreateAutomatedReasoningPolicyVersionResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at) SENSITIVE = [:name, :description] include Aws::Structure end | 
#description ⇒ String
The description of the policy version.
| 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2445 class CreateAutomatedReasoningPolicyVersionResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at) SENSITIVE = [:name, :description] include Aws::Structure end | 
#name ⇒ String
The name of the policy version.
| 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2445 class CreateAutomatedReasoningPolicyVersionResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at) SENSITIVE = [:name, :description] include Aws::Structure end | 
#policy_arn ⇒ String
The versioned Amazon Resource Name (ARN) of the policy version.
| 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2445 class CreateAutomatedReasoningPolicyVersionResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at) SENSITIVE = [:name, :description] include Aws::Structure end | 
#version ⇒ String
The version number of the policy version.
| 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2445 class CreateAutomatedReasoningPolicyVersionResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at) SENSITIVE = [:name, :description] include Aws::Structure end |