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)


12218
12219
12220
12221
12222
12223
12224
12225
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218

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)


12218
12219
12220
12221
12222
12223
12224
12225
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218

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)


12218
12219
12220
12221
12222
12223
12224
12225
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218

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)


12218
12219
12220
12221
12222
12223
12224
12225
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12218

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