Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
# File 'lib/aws-sdk-bedrock/types.rb', line 2567

class CreateAutomatedReasoningPolicyVersionRequest < Struct.new(
  :policy_arn,
  :client_request_token,
  :last_updated_definition_hash,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_definition_hashString

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.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
# File 'lib/aws-sdk-bedrock/types.rb', line 2567

class CreateAutomatedReasoningPolicyVersionRequest < Struct.new(
  :policy_arn,
  :client_request_token,
  :last_updated_definition_hash,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to create a version.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
# File 'lib/aws-sdk-bedrock/types.rb', line 2567

class CreateAutomatedReasoningPolicyVersionRequest < Struct.new(
  :policy_arn,
  :client_request_token,
  :last_updated_definition_hash,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to associate with the policy version.

Returns:



2567
2568
2569
2570
2571
2572
2573
2574
# File 'lib/aws-sdk-bedrock/types.rb', line 2567

class CreateAutomatedReasoningPolicyVersionRequest < Struct.new(
  :policy_arn,
  :client_request_token,
  :last_updated_definition_hash,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end