Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateAutomatedReasoningPolicyVersionRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#last_updated_definition_hash ⇒ String
The hash of the current policy definition used as a concurrency token to ensure the policy hasn't been modified since you last retrieved it.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to create a version.
-
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the policy version.
Instance Attribute Details
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error.
A suitable default value is auto-generated. You should normally not need to pass this option.
2401 2402 2403 2404 2405 2406 2407 2408 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2401 class CreateAutomatedReasoningPolicyVersionRequest < Struct.new( :policy_arn, :client_request_token, :last_updated_definition_hash, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_definition_hash ⇒ String
The hash of the current policy definition used as a concurrency token to ensure the policy hasn't been modified since you last retrieved it.
2401 2402 2403 2404 2405 2406 2407 2408 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2401 class CreateAutomatedReasoningPolicyVersionRequest < Struct.new( :policy_arn, :client_request_token, :last_updated_definition_hash, :tags) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to create a version.
2401 2402 2403 2404 2405 2406 2407 2408 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2401 class CreateAutomatedReasoningPolicyVersionRequest < Struct.new( :policy_arn, :client_request_token, :last_updated_definition_hash, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the policy version.
2401 2402 2403 2404 2405 2406 2407 2408 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2401 class CreateAutomatedReasoningPolicyVersionRequest < Struct.new( :policy_arn, :client_request_token, :last_updated_definition_hash, :tags) SENSITIVE = [] include Aws::Structure end |