Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyResponse

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)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#definition_hashString

The hash of the policy definition used as a concurrency token.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#descriptionString

The description of the policy.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key used to encrypt the automated reasoning policy and its associated artifacts. If a KMS key is not provided during the initial CreateAutomatedReasoningPolicyRequest, the kmsKeyArn won't be included in the GetAutomatedReasoningPolicyResponse.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#nameString

The name of the policy.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#policy_idString

The unique identifier of the policy.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#updated_atTime

The timestamp when the policy was last updated.

Returns:

  • (Time)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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

#versionString

The version of the policy.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5464

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