Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The timestamp when the policy version was created.

Returns:

  • (Time)


3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3334

class CreateAutomatedReasoningPolicyVersionResponse < Struct.new(
  :policy_arn,
  :version,
  :name,
  :description,
  :definition_hash,
  :created_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#definition_hash ⇒ String

The hash of the policy definition for this version.

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3334

class CreateAutomatedReasoningPolicyVersionResponse < Struct.new(
  :policy_arn,
  :version,
  :name,
  :description,
  :definition_hash,
  :created_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#description ⇒ String

The description of the policy version.

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3334

class CreateAutomatedReasoningPolicyVersionResponse < Struct.new(
  :policy_arn,
  :version,
  :name,
  :description,
  :definition_hash,
  :created_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#name ⇒ String

The name of the policy version.

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3334

class CreateAutomatedReasoningPolicyVersionResponse < Struct.new(
  :policy_arn,
  :version,
  :name,
  :description,
  :definition_hash,
  :created_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#policy_arn ⇒ String

The versioned Amazon Resource Name (ARN) of the policy version.

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3334

class CreateAutomatedReasoningPolicyVersionResponse < Struct.new(
  :policy_arn,
  :version,
  :name,
  :description,
  :definition_hash,
  :created_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#version ⇒ String

The version number of the policy version.

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3334

class CreateAutomatedReasoningPolicyVersionResponse < Struct.new(
  :policy_arn,
  :version,
  :name,
  :description,
  :definition_hash,
  :created_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end