Class: Aws::Bedrock::Types::AutomatedReasoningPolicySummary

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

Overview

Contains summary information about an Automated Reasoning policy, including metadata and timestamps.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the policy was created.

Returns:

  • (Time)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/aws-sdk-bedrock/types.rb', line 1772

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

#descriptionString

The description of the policy.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/aws-sdk-bedrock/types.rb', line 1772

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

#nameString

The name of the policy.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/aws-sdk-bedrock/types.rb', line 1772

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/aws-sdk-bedrock/types.rb', line 1772

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

#policy_idString

The unique identifier of the policy.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/aws-sdk-bedrock/types.rb', line 1772

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

#updated_atTime

The timestamp when the policy was last updated.

Returns:

  • (Time)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/aws-sdk-bedrock/types.rb', line 1772

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

#versionString

The version of the policy.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/aws-sdk-bedrock/types.rb', line 1772

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