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

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 was created.

Returns:

  • (Time)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255

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.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255

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.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255

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.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255

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.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255

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.

Returns:

  • (Time)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255

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.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2255

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