Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 was created.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-bedrock/types.rb', line 2421

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

#definition_hashString

The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-bedrock/types.rb', line 2421

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

#descriptionString

The description of the Automated Reasoning policy.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-bedrock/types.rb', line 2421

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

#nameString

The name of the Automated Reasoning policy.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-bedrock/types.rb', line 2421

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

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-bedrock/types.rb', line 2421

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

#updated_atTime

The timestamp when the policy was last updated.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-bedrock/types.rb', line 2421

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

#versionString

The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-bedrock/types.rb', line 2421

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