Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#definition_hash ⇒ String
The hash of the updated policy definition.
-
#name ⇒ String
The updated name of the policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the updated policy.
-
#updated_at ⇒ Time
The timestamp when the policy was last updated.
Instance Attribute Details
#definition_hash ⇒ String
The hash of the updated policy definition.
12218 12219 12220 12221 12222 12223 12224 12225 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218 class UpdateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :definition_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The updated name of the policy.
12218 12219 12220 12221 12222 12223 12224 12225 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218 class UpdateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :definition_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the updated policy.
12218 12219 12220 12221 12222 12223 12224 12225 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218 class UpdateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :definition_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the policy was last updated.
12218 12219 12220 12221 12222 12223 12224 12225 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218 class UpdateAutomatedReasoningPolicyResponse < Struct.new( :policy_arn, :name, :definition_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |