Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#definition_hashString

The hash of the updated policy definition.

Returns:

  • (String)


12207
12208
12209
12210
12211
12212
12213
12214
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12207

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

#nameString

The updated name of the policy.

Returns:

  • (String)


12207
12208
12209
12210
12211
12212
12213
12214
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12207

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

#policy_arnString

The Amazon Resource Name (ARN) of the updated policy.

Returns:

  • (String)


12207
12208
12209
12210
12211
12212
12213
12214
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12207

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

#updated_atTime

The timestamp when the policy was last updated.

Returns:

  • (Time)


12207
12208
12209
12210
12211
12212
12213
12214
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12207

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