Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyVersionResponse

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

Returns:

  • (Time)


2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
# File 'lib/aws-sdk-bedrock/types.rb', line 2626

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

#definition_hashString

The hash of the policy definition for this version.

Returns:

  • (String)


2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
# File 'lib/aws-sdk-bedrock/types.rb', line 2626

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

#descriptionString

The description of the policy version.

Returns:

  • (String)


2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
# File 'lib/aws-sdk-bedrock/types.rb', line 2626

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

#nameString

The name of the policy version.

Returns:

  • (String)


2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
# File 'lib/aws-sdk-bedrock/types.rb', line 2626

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

#policy_arnString

The versioned Amazon Resource Name (ARN) of the policy version.

Returns:

  • (String)


2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
# File 'lib/aws-sdk-bedrock/types.rb', line 2626

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

#versionString

The version number of the policy version.

Returns:

  • (String)


2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
# File 'lib/aws-sdk-bedrock/types.rb', line 2626

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