Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateAutomatedReasoningPolicyResponse
- 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 was created.
-
#definition_hash ⇒ String
The hash of the policy definition.
-
#description ⇒ String
The description of the Automated Reasoning policy.
-
#name ⇒ String
The name of the Automated Reasoning policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.
-
#updated_at ⇒ Time
The timestamp when the policy was last updated.
-
#version ⇒ String
The version number of the newly created Automated Reasoning policy.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the policy was created.
2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255 class CreateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#definition_hash ⇒ String
The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.
2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255 class CreateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the Automated Reasoning policy.
2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255 class CreateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the Automated Reasoning policy.
2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255 class CreateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.
2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255 class CreateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the policy was last updated.
2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255 class CreateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#version ⇒ String
The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.
2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255 class CreateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :version, :name, :description, :definition_hash, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |