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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


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_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)


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_arnString

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

Returns:

  • (String)


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

#tagsArray<Types::Tag>

A list of tags to associate with the policy version.

Returns:



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