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_atTime

The timestamp when the policy version was created.

Returns:

  • (Time)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2436

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

#definition_hashString

The hash of the policy definition for this version.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2436

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

#descriptionString

The description of the policy version.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2436

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

#nameString

The name of the policy version.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2436

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

#policy_arnString

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

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2436

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

#versionString

The version number of the policy version.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2436

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