Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyResponse
- Includes:
- Structure
- Defined in:
- 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 used as a concurrency token.
-
#description ⇒ String
The description of the policy.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the automated reasoning policy and its associated artifacts.
-
#name ⇒ String
The name of the policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
-
#policy_id ⇒ String
The unique identifier of the policy.
-
#updated_at ⇒ Time
The timestamp when the policy was last updated.
-
#version ⇒ String
The version of the policy.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the policy was created.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#definition_hash ⇒ String
The hash of the policy definition used as a concurrency token.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the policy.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the automated reasoning policy and its associated artifacts. If a KMS key is not provided during the initial CreateAutomatedReasoningPolicyRequest, the kmsKeyArn won’t be included in the GetAutomatedReasoningPolicyResponse.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the policy.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#policy_id ⇒ String
The unique identifier of the policy.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the policy was last updated.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#version ⇒ String
The version of the policy.
5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5515 class GetAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :version, :policy_id, :description, :definition_hash, :kms_key_arn, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |